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