Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
streamlit
|
| 4 |
-
requests
|
| 5 |
-
langchain
|
| 6 |
-
langchain-core
|
| 7 |
-
langchain-huggingface
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
streamlit
|
| 4 |
+
requests
|
| 5 |
+
langchain
|
| 6 |
+
langchain-core
|
| 7 |
+
langchain-huggingface
|
| 8 |
+
langchain_community
|
| 9 |
+
sentence-transformers
|
| 10 |
+
pypdf
|
| 11 |
+
faiss-cpu
|