Spaces:
Running
Running
MitaksharaYadav commited on
Commit ·
41b089e
1
Parent(s): 40c461b
Update requirements.txt
Browse files- requirements.txt +14 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
langchain
|
| 2 |
-
langchain-
|
|
|
|
| 3 |
langchain-community
|
|
|
|
|
|
|
|
|
|
| 4 |
datasets
|
| 5 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
httpx
|
| 5 |
+
pymupdf
|
| 6 |
+
pinecone
|
| 7 |
+
sentence-transformers
|
| 8 |
+
torch
|
| 9 |
langchain
|
| 10 |
+
langchain-core
|
| 11 |
+
langchain-chroma
|
| 12 |
langchain-community
|
| 13 |
+
langchain-huggingface
|
| 14 |
+
chromadb
|
| 15 |
+
tqdm
|
| 16 |
datasets
|
| 17 |
+
pydantic>=2.0
|