Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,14 +1,21 @@
|
|
1 |
langchain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
accelerate
|
4 |
sentence_transformers
|
5 |
streamlit_chat
|
6 |
streamlit
|
7 |
-
faiss-cpu
|
8 |
tiktoken
|
9 |
ctransformers
|
10 |
huggingface-hub
|
11 |
-
pypdf
|
12 |
python-dotenv
|
13 |
replicate
|
14 |
docx2txt
|
@@ -25,7 +32,6 @@ pillow
|
|
25 |
PyPDF2
|
26 |
pdf2image
|
27 |
reportlab
|
28 |
-
pillow-heif
|
29 |
python-pptx==0.6.23
|
30 |
pypandoc==1.13
|
31 |
pandoc==2.3
|
|
|
1 |
langchain
|
2 |
+
langchain-together
|
3 |
+
langchain-core
|
4 |
+
langchain-community
|
5 |
+
faiss-cpu
|
6 |
+
tiktoken
|
7 |
+
unstructured
|
8 |
+
pillow_heif
|
9 |
+
pypdf
|
10 |
+
sentence-transformers
|
11 |
torch
|
12 |
accelerate
|
13 |
sentence_transformers
|
14 |
streamlit_chat
|
15 |
streamlit
|
|
|
16 |
tiktoken
|
17 |
ctransformers
|
18 |
huggingface-hub
|
|
|
19 |
python-dotenv
|
20 |
replicate
|
21 |
docx2txt
|
|
|
32 |
PyPDF2
|
33 |
pdf2image
|
34 |
reportlab
|
|
|
35 |
python-pptx==0.6.23
|
36 |
pypandoc==1.13
|
37 |
pandoc==2.3
|