Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -5,10 +5,9 @@ langchain-huggingface
|
|
5 |
pinecone
|
6 |
pinecone-text
|
7 |
flashrank
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
gevent-websocket
|
14 |
einops
|
|
|
5 |
pinecone
|
6 |
pinecone-text
|
7 |
flashrank
|
8 |
+
fastapi>=0.68.0
|
9 |
+
uvicorn[standard]>=0.15.0
|
10 |
+
websockets>=10.0
|
11 |
+
python-multipart>=0.0.5
|
12 |
+
openai
|
|
|
13 |
einops
|