Spaces:
Sleeping
Sleeping
Shroogawh24
commited on
Commit
•
b1891eb
1
Parent(s):
97b3f1c
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
gradio==3.15.0
|
2 |
openai==0.27.0
|
3 |
pandas==2.0.3
|
4 |
-
langchain==0.0.232
|
5 |
sentence-transformers==2.2.2
|
6 |
-
faiss-cpu==1.7.3
|
7 |
-
|
8 |
-
|
9 |
|
10 |
|
11 |
|
|
|
1 |
gradio==3.15.0
|
2 |
openai==0.27.0
|
3 |
pandas==2.0.3
|
|
|
4 |
sentence-transformers==2.2.2
|
5 |
+
faiss-cpu==1.7.3
|
6 |
+
langchain>=0.0.200
|
7 |
+
pydantic>=2.0.0
|
8 |
|
9 |
|
10 |
|