Spaces:
Runtime error
Runtime error
Irathernotsay
commited on
Added Extra requirements
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
langchain==0.1.9
|
3 |
+
langchain_community==0.0.24
|
4 |
+
sentence-transformers==2.4.0
|
5 |
+
unstructured
|
6 |
+
unstructured[pdf]
|
7 |
+
qdrant-client
|
8 |
+
python-dotenv
|
9 |
+
accelerate
|
10 |
+
llama-cpp-python
|