-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (55 loc) · 1.49 KB
/
Copy pathpyproject.toml
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[project]
name = "rag"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alembic>=1.18.5",
"beautifulsoup4>=4.15.0",
"deepeval>=4.0.7",
"fastapi>=0.139.0",
"httpx>=0.28.1",
"langchain>=1.3.11",
"langchain-chroma>=0.1.2",
"langchain-community>=0.4.2",
"langchain-google-genai>=4.2.6",
"langchain-google-vertexai>=3.2.4",
"langchain-nvidia-ai-endpoints>=1.4.3",
"langchain-openai>=1.3.3",
"langchain-text-splitters>=1.1.2",
"langfuse>=4.13.0",
"langgraph>=1.2.6",
"langgraph-checkpoint-postgres>=3.1.0",
"langsmith>=0.9.3",
"liteparse>=2.2.1",
"logfire[fastapi,requests]>=4.37.0",
"loguru>=0.7.3",
"nemoguardrails>=0.23.0",
"nest-asyncio>=1.6.0",
"numpy>=2.5.0",
"opentelemetry-instrumentation-langchain>=0.62.1",
"portkey-ai>=2.3.2",
"presidio-analyzer>=2.2.362",
"presidio-anonymizer>=2.2.363",
"prometheus-client>=0.25.0",
"prometheus-fastapi-instrumentator>=8.0.2",
"psycopg-binary>=3.3.4",
"psycopg-pool>=3.3.1",
"pydantic>=2.0.0",
"pydantic-settings>=2.14.2",
"pyjwt[crypto]>=2.13.0",
"python-dotenv>=1.2.2",
"pytz>=2026.2",
"qdrant-client>=1.18.0",
"redis>=8.0.1",
"requests>=2.34.2",
"ruff>=0.15.20",
"sentence-transformers>=5.6.0",
"slowapi>=0.1.10",
"spacy>=3.8.14",
"streamlit>=1.58.0",
"tenacity>=9.1.4",
"torch>=2.12.1",
"uvicorn[standard]>=0.49.0",
]