Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -5
requirements.txt
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
#openai
|
2 |
-
tiktoken
|
3 |
-
chromadb
|
4 |
langchain
|
5 |
python-dotenv
|
6 |
bs4
|
7 |
huggingface_hub
|
8 |
Requests
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#openai
|
2 |
+
#tiktoken
|
3 |
+
#chromadb
|
4 |
langchain
|
5 |
python-dotenv
|
6 |
bs4
|
7 |
huggingface_hub
|
8 |
Requests
|
9 |
+
#flask
|
10 |
+
#gunicorn
|
11 |
+
#altair
|
12 |
+
fastapi[all]
|
13 |
+
pandas
|
14 |
+
pydantic
|
15 |
+
scikit-learn==1.2.2
|
16 |
+
uvicorn[standard]
|
17 |
+
sentence_transformers
|
18 |
+
torch
|