Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
faiss-gpu
|
|
|
2 |
gradio
|
3 |
langchain==0.1.14
|
4 |
langchain-community==0.0.31
|
5 |
langchain-core==0.1.40
|
6 |
-
langchain-openai
|
7 |
langchain-text-splitters==0.0.1
|
8 |
langcodes==3.3.0
|
9 |
-
openai==1.16.2
|
10 |
pandas<=2.0.3
|
|
|
1 |
faiss-gpu
|
2 |
+
openai==1.16.2
|
3 |
gradio
|
4 |
langchain==0.1.14
|
5 |
langchain-community==0.0.31
|
6 |
langchain-core==0.1.40
|
|
|
7 |
langchain-text-splitters==0.0.1
|
8 |
langcodes==3.3.0
|
|
|
9 |
pandas<=2.0.3
|