DIVYANSHI SINGH commited on
Commit ·
e6a2912
1
Parent(s): 0c20a07
fix: added missing langchain-community and utility dependencies
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -11,7 +11,10 @@ sahi>=0.11.16
|
|
| 11 |
python-dotenv>=1.0.1
|
| 12 |
google-generativeai>=0.5.2
|
| 13 |
langchain>=0.1.20
|
|
|
|
| 14 |
langchain-google-genai>=1.0.3
|
|
|
|
|
|
|
| 15 |
pypdf>=4.2.0
|
| 16 |
faiss-cpu>=1.8.0
|
| 17 |
sentence-transformers>=2.7.0
|
|
|
|
| 11 |
python-dotenv>=1.0.1
|
| 12 |
google-generativeai>=0.5.2
|
| 13 |
langchain>=0.1.20
|
| 14 |
+
langchain-community>=0.0.38
|
| 15 |
langchain-google-genai>=1.0.3
|
| 16 |
+
langchain-huggingface>=0.0.1
|
| 17 |
+
langchain-text-splitters>=0.0.1
|
| 18 |
pypdf>=4.2.0
|
| 19 |
faiss-cpu>=1.8.0
|
| 20 |
sentence-transformers>=2.7.0
|