rohannsinghal commited on
Commit
0ae1547
·
1 Parent(s): e85c76b

changes in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -4
requirements.txt CHANGED
@@ -3,7 +3,6 @@
3
  # Core FastAPI dependencies
4
  fastapi==0.104.1
5
  uvicorn==0.24.0
6
- pydantic==2.5.1
7
  httpx==0.25.2
8
  python-dotenv==1.0.0
9
  psutil==5.9.6
@@ -16,12 +15,9 @@ mammoth==1.6.0
16
  beautifulsoup4==4.12.2
17
 
18
  # LangChain framework (compatible versions)
19
- langchain==0.1.20
20
- langchain-community==0.0.38
21
  langchain-core==0.1.52
22
 
23
  # Vector database and embeddings
24
- chromadb==0.4.18
25
  sentence-transformers==2.2.2
26
 
27
  # HuggingFace integration
@@ -53,3 +49,11 @@ python-docx
53
  google-generativeai
54
  openpyxl
55
  rarfile
 
 
 
 
 
 
 
 
 
3
  # Core FastAPI dependencies
4
  fastapi==0.104.1
5
  uvicorn==0.24.0
 
6
  httpx==0.25.2
7
  python-dotenv==1.0.0
8
  psutil==5.9.6
 
15
  beautifulsoup4==4.12.2
16
 
17
  # LangChain framework (compatible versions)
 
 
18
  langchain-core==0.1.52
19
 
20
  # Vector database and embeddings
 
21
  sentence-transformers==2.2.2
22
 
23
  # HuggingFace integration
 
49
  google-generativeai
50
  openpyxl
51
  rarfile
52
+
53
+ # ===== PINNED VERSIONS TO FIX CHROMA BUG =====
54
+ pydantic==2.7.4
55
+ chromadb==0.5.3
56
+ langchain==0.2.6
57
+ langchain-community==0.2.6
58
+ langchain-chroma==0.1.2
59
+ # ============================================