Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
-
langchain==0.1.9
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.9
|
2 |
+
langchain_community==0.0.24
|
3 |
+
sentence_transformers==2.4.0
|
4 |
+
unstructured
|
5 |
+
unstructured[pdf]
|
6 |
+
qdrant-client
|
7 |
+
llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
8 |
+
gradio
|
9 |
+
docx
|