-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (31 loc) · 1.58 KB
/
requirements.txt
File metadata and controls
38 lines (31 loc) · 1.58 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
# ── Core Framework ──────────────────────────────────────
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
pydantic-settings>=2.6.0
python-dotenv>=1.0.0
python-multipart>=0.0.12
# ── LangChain ───────────────────────────────────────────
langchain>=0.3.7
langchain-core>=0.3.20
langchain-community>=0.3.7
langchain-anthropic>=0.3.0
langchain-google-genai>=2.0.0
langchain-groq>=0.2.1
langchain-cohere>=0.3.0
langchain-openai>=0.2.9
# ── Vector Database ─────────────────────────────────────
qdrant-client>=1.12.0
# ── Search APIs ─────────────────────────────────────────
tavily-python>=0.5.0
exa-py>=1.8.0
# ── HTTP & Async ────────────────────────────────────────
httpx>=0.28.0
aiohttp>=3.11.0
# ── Logging ─────────────────────────────────────────────
structlog>=24.4.0
# ── Document Processing ────────────────────────────────
pypdf>=5.0.0
tiktoken>=0.8.0
# ── SSE Streaming ──────────────────────────────────────
sse-starlette>=2.1.0