datdevsteve commited on
Commit
3f61618
·
verified ·
1 Parent(s): 31be25e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -4,17 +4,18 @@ python-dotenv==1.0.1
4
  pillow==10.4.0
5
  python-multipart==0.0.12
6
 
7
- # Networking (CRITICAL)
8
  httpx==0.26.0
9
 
10
- # LangChain (stable together)
11
  langchain==0.2.16
12
  langchain-core==0.2.38
13
  langchain-community==0.2.16
14
  langchain-groq==0.1.6
15
  langchain-huggingface==0.0.3
 
16
 
17
- # Groq SDK (compatible)
18
  groq==0.9.0
19
 
20
  # Vector DB / embeddings
 
4
  pillow==10.4.0
5
  python-multipart==0.0.12
6
 
7
+ # Networking
8
  httpx==0.26.0
9
 
10
+ # LangChain (stable)
11
  langchain==0.2.16
12
  langchain-core==0.2.38
13
  langchain-community==0.2.16
14
  langchain-groq==0.1.6
15
  langchain-huggingface==0.0.3
16
+ langchain-chroma==0.1.4 # ← THIS WAS MISSING
17
 
18
+ # Groq SDK
19
  groq==0.9.0
20
 
21
  # Vector DB / embeddings