Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +17 -14
requirements.txt
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
-
langchain
|
2 |
-
langchain-community
|
3 |
-
unstructured
|
4 |
-
pi-heif
|
5 |
-
unstructured[local-inference]
|
6 |
-
faiss-cpu
|
7 |
-
transformers
|
8 |
-
chainlit
|
9 |
-
nltk
|
10 |
-
tiktoken
|
11 |
-
huggingface_hub
|
12 |
-
pypdf
|
13 |
-
pdfminer.six
|
14 |
-
sentence-transformers
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
unstructured
|
4 |
+
pi-heif
|
5 |
+
unstructured[local-inference]
|
6 |
+
faiss-cpu
|
7 |
+
transformers
|
8 |
+
chainlit
|
9 |
+
nltk
|
10 |
+
tiktoken
|
11 |
+
huggingface_hub
|
12 |
+
pypdf
|
13 |
+
pdfminer.six
|
14 |
+
sentence-transformers
|
15 |
+
ctransformers
|
16 |
+
langchain-core
|
17 |
+
langchain-embeddings
|