Spaces:
Runtime error
Runtime error
Commit
·
6be77ad
1
Parent(s):
8ed3bcb
Update requirements.txt
Browse files- requirements.txt +13 -7
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
langchain
|
2 |
-
openai
|
3 |
-
unstructured
|
4 |
-
faiss-cpu
|
5 |
-
gradio
|
6 |
-
pinecone-client
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.157
|
2 |
+
openai==0.27.6
|
3 |
+
unstructured==0.6.2
|
4 |
+
faiss-cpu==1.7.4
|
5 |
+
gradio==3.26.0
|
6 |
+
pinecone-client==2.2.1
|
7 |
+
fastapi==0.95.1
|
8 |
+
pydantic==1.10.7
|
9 |
+
psycopg2==2.9.6
|
10 |
+
python-dotenv==1.0.0
|
11 |
+
uvicorn==0.22.0
|
12 |
+
tiktoken==0.3.3
|
13 |
+
python-multipart==0.0.6
|