Spaces:
Runtime error
Runtime error
YuITC commited on
Commit ·
2d1ac9a
1
Parent(s): c8e875f
add requirements.txt
Browse files- requirements.txt +32 -0
requirements.txt
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
+
python-dotenv
|
| 3 |
+
protobuf==3.20.3
|
| 4 |
+
python-dateutil
|
| 5 |
+
jinja2
|
| 6 |
+
|
| 7 |
+
# PDF processing
|
| 8 |
+
unstructured[pdf]
|
| 9 |
+
|
| 10 |
+
# LangChain ecosystem
|
| 11 |
+
langchain
|
| 12 |
+
langchain-core
|
| 13 |
+
langchain-community
|
| 14 |
+
langchain-google-genai
|
| 15 |
+
langchain-chroma
|
| 16 |
+
langchain-huggingface
|
| 17 |
+
|
| 18 |
+
# Vector database
|
| 19 |
+
chromadb
|
| 20 |
+
|
| 21 |
+
# HuggingFace
|
| 22 |
+
huggingface-hub
|
| 23 |
+
sentence-transformers
|
| 24 |
+
torch
|
| 25 |
+
|
| 26 |
+
# Application server (FastAPI)
|
| 27 |
+
fastapi
|
| 28 |
+
uvicorn[standard]
|
| 29 |
+
python-multipart
|
| 30 |
+
|
| 31 |
+
# External data sources
|
| 32 |
+
arxiv
|