Spaces:
Runtime error
Runtime error
Commit
·
ae1af74
1
Parent(s):
5653764
Upload requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
langchain>=0.3.16,<0.4.0
|
3 |
+
langchain_openai
|
4 |
+
langchain_chroma
|
5 |
+
langchain-community>=0.3.16,<0.4.0
|
6 |
+
chromadb>=0.4.14
|
7 |
+
flask==3.0.1
|
8 |
+
flask_cors==3.0.10
|
9 |
+
google.generativeai
|
10 |
+
pydantic>=2.7.4,<3.0.0
|
11 |
+
streamlit
|
12 |
+
# PDF Processing
|
13 |
+
pypdf==4.2.0
|
14 |
+
|
15 |
+
# ML/AI Dependencies (with CPU-only versions)
|
16 |
+
sentence_transformers==2.3.1
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
18 |
+
torch==2.1.0+cpu
|
19 |
+
|
20 |
+
gradio
|