Spaces:
Running
Running
feat: fully working API with Pinecone vector store, all endpoints fixed and tested
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -6,8 +6,9 @@
|
|
| 6 |
# Core ML & NLP
|
| 7 |
torch>=2.0.0
|
| 8 |
transformers>=4.35.0
|
| 9 |
-
sentence-transformers>=2.
|
| 10 |
scikit-learn>=1.3.0
|
|
|
|
| 11 |
|
| 12 |
# Data & Visualization
|
| 13 |
pandas>=2.0.0
|
|
|
|
| 6 |
# Core ML & NLP
|
| 7 |
torch>=2.0.0
|
| 8 |
transformers>=4.35.0
|
| 9 |
+
sentence-transformers>=2.7.0
|
| 10 |
scikit-learn>=1.3.0
|
| 11 |
+
pinecone==3.2.2
|
| 12 |
|
| 13 |
# Data & Visualization
|
| 14 |
pandas>=2.0.0
|