Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
sentence-transformers
|
3 |
+
langchain
|
4 |
+
pypdf
|
5 |
+
python-dotenv
|
6 |
+
pinecone[grpc]
|
7 |
+
langchain-pinecone
|
8 |
+
langchain_community
|
9 |
+
langchain_experimental
|
10 |
+
gradio
|
11 |
+
ollama
|