Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
langchain
|
|
|
|
| 2 |
pypdf
|
| 3 |
faiss-cpu
|
| 4 |
huggingface_hub
|
| 5 |
openai
|
| 6 |
-
sentence-transformers
|
|
|
|
| 1 |
langchain
|
| 2 |
+
langchain-community
|
| 3 |
pypdf
|
| 4 |
faiss-cpu
|
| 5 |
huggingface_hub
|
| 6 |
openai
|
| 7 |
+
sentence-transformers
|