Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain>=0.1.0
|
2 |
+
langchain-google-genai>=0.0.5
|
3 |
+
google-generativeai>=0.3.0
|
4 |
+
langchain-community>=0.0.16
|
5 |
+
faiss-cpu>=1.7.4
|
6 |
+
pypdf>=3.17.0
|
7 |
+
sentence-transformers>=2.5.0
|
8 |
+
pydantic>=2.5.0
|
9 |
+
requests>=2.31.0
|
10 |
+
huggingface-hub>=0.20.0
|
11 |
+
fastapi>=0.101.0
|
12 |
+
uvicorn>=0.23.0
|
13 |
+
pydantic>=2.0.0
|
14 |
+
python-dotenv>=1.0.0
|
15 |
+
httpx>=0.24.1
|
16 |
+
python-multipart>=0.0.6
|