Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -2,5 +2,12 @@
|
|
| 2 |
torch==2.1.2+cpu
|
| 3 |
torchvision==0.16.2+cpu
|
| 4 |
streamlit==1.35.0
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torch==2.1.2+cpu
|
| 3 |
torchvision==0.16.2+cpu
|
| 4 |
streamlit==1.35.0
|
| 5 |
+
langchain==0.2.1
|
| 6 |
+
langchain-pinecone==0.1.1
|
| 7 |
+
langchain-community==0.2.1
|
| 8 |
+
langchain-groq==0.1.5
|
| 9 |
+
sentence-transformers==2.7.0
|
| 10 |
+
cohere==5.5.8
|
| 11 |
+
python-dotenv==1.0.1
|
| 12 |
+
pydantic==2.7.4
|
| 13 |
+
pinecone-client==3.2.2
|