-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (36 loc) · 931 Bytes
/
pyproject.toml
File metadata and controls
37 lines (36 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "knowflow"
version = "0.1.0"
description = "A Knowledge-Driven RAG System for Enterprise Q&A"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"boto3>=1.39.3",
"fastapi[standard]>=0.115.14",
"langchain>=0.3.26",
"langchain-community>=0.3.27",
"langchain-google-genai>=2.1.6",
"langchain-groq>=0.3.5",
"langchain-postgres>=0.0.15",
"psycopg[binary]>=3.2.9",
"psycopg-pool>=3.2.1",
"pydantic-settings>=2.10.1",
"python-magic>=0.4.27",
"uvicorn>=0.35.0",
"neo4j>=5.28.1",
"passlib>=1.7.4",
"python-jose>=3.5.0",
"bcrypt>=4.3.0",
"pypdf2>=3.0.1",
"aws-cdk-lib>=2.205.0",
"constructs>=10.4.2",
"psycopg2-binary>=2.9.10",
"pymupdf>=1.26.3",
"pytest>=8.4.1",
"mem0ai[graph]>=0.1.0",
"langchain-text-splitters>=1.0.0",
"chromadb>=0.4.0",
"sentence-transformers>=5.1.2",
]
[dependency-groups]
dev = []