Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
|
2 |
-
uvicorn
|
3 |
langchain
|
4 |
openai
|
5 |
python-dotenv
|
6 |
-
|
7 |
-
jinja2
|
|
|
|
|
|
|
|
|
|
1 |
+
faiss-cpu
|
|
|
2 |
langchain
|
3 |
openai
|
4 |
python-dotenv
|
5 |
+
fastapi
|
6 |
+
jinja2
|
7 |
+
python-multipart
|
8 |
+
uvicorn
|
9 |
+
tiktoken
|
10 |
+
langchain_community
|