Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
faiss-gpu
|
2 |
langchain
|
3 |
-
-U langchain-community
|
4 |
openai==1.16.2
|
5 |
-
pandas<=2.0.3
|
|
|
|
1 |
faiss-gpu
|
2 |
langchain
|
3 |
+
%pip install -U langchain-community
|
4 |
openai==1.16.2
|
5 |
+
pandas<=2.0.3
|
6 |
+
%pip install -Uqqq rich openai tiktoken wandb langchain unstructured tabulate pdf2image chromadb gradio faiss-gpu
|