Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +22 -21
requirements.txt
CHANGED
|
@@ -1,21 +1,22 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
| 2 |
-
langchain-community
|
| 3 |
-
langchain
|
| 4 |
-
langchain-openai
|
| 5 |
-
langchain_huggingface
|
| 6 |
-
faiss-cpu
|
| 7 |
-
beautifulsoup4
|
| 8 |
-
jq
|
| 9 |
-
unidecode
|
| 10 |
-
google-genai
|
| 11 |
-
google-generativeai
|
| 12 |
-
langchain_google_genai
|
| 13 |
-
python-docx
|
| 14 |
-
unstructured
|
| 15 |
-
gradio
|
| 16 |
-
pydantic==2.9.2
|
| 17 |
-
tqdm
|
| 18 |
-
html2text
|
| 19 |
-
langchain_docling
|
| 20 |
-
fastapi
|
| 21 |
-
uvicorn
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
langchain-community
|
| 3 |
+
langchain
|
| 4 |
+
langchain-openai
|
| 5 |
+
langchain_huggingface
|
| 6 |
+
faiss-cpu
|
| 7 |
+
beautifulsoup4
|
| 8 |
+
jq
|
| 9 |
+
unidecode
|
| 10 |
+
google-genai
|
| 11 |
+
google-generativeai
|
| 12 |
+
langchain_google_genai
|
| 13 |
+
python-docx
|
| 14 |
+
unstructured
|
| 15 |
+
gradio
|
| 16 |
+
pydantic==2.9.2
|
| 17 |
+
tqdm
|
| 18 |
+
html2text
|
| 19 |
+
langchain_docling
|
| 20 |
+
fastapi
|
| 21 |
+
uvicorn
|
| 22 |
+
elasticsearch
|