Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -12,8 +12,7 @@ transformers
|
|
| 12 |
huggingface-hub
|
| 13 |
torch
|
| 14 |
numpy
|
| 15 |
-
chromadb
|
| 16 |
-
pinecone
|
| 17 |
|
| 18 |
# Google AI
|
| 19 |
google-generativeai==0.3.1
|
|
|
|
| 12 |
huggingface-hub
|
| 13 |
torch
|
| 14 |
numpy
|
| 15 |
+
pinecone # Vector storage (Pinecone only, removed chromadb)
|
|
|
|
| 16 |
|
| 17 |
# Google AI
|
| 18 |
google-generativeai==0.3.1
|