-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrequirements.txt
More file actions
52 lines (46 loc) · 1.12 KB
/
requirements.txt
File metadata and controls
52 lines (46 loc) · 1.12 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
# -----------------------------
# Core framework dependencies
# -----------------------------
phidata>=2.7.10
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
python-dotenv>=1.0.1
# -----------------------------
# AI Model SDKs
# -----------------------------
groq==0.32.0
openai==2.7.1
# -----------------------------
# LangChain unified stack
# (0.3.10 compatible bundle)
# -----------------------------
langchain==0.3.10
langchain-core==0.3.24
langchain-community==0.3.10
langchain-groq==0.1.6
langchain-openai==1.0.2
langchain-chroma==1.0.0
langchain-text-splitters==0.3.11
# -----------------------------
# Vector Database + Tools
# -----------------------------
chromadb==1.3.2
tiktoken>=0.7.0
# -----------------------------
# Search / External APIs
# -----------------------------
ddgs==9.7.0
duckduckgo-search==6.3.5
# -----------------------------
# Utilities and typing
# -----------------------------
pydantic>=2.9.2,<3.0.0
requests>=2.32.3
httpx>=0.27.2
beautifulsoup4>=4.12.3
lxml>=5.3.0
numpy>=1.26.4
# -----------------------------
# Optional: Streamlit dashboard (only if you use it)
# -----------------------------
streamlit>=1.38.0