Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
-
langchain
|
2 |
-
faiss-cpu
|
3 |
-
sentence-transformers
|
4 |
-
gradio>=4.44.0
|
5 |
-
fastapi
|
6 |
-
uvicorn
|
7 |
-
huggingface_hub
|
8 |
-
datasets
|
9 |
-
google-generativeai
|
10 |
-
langchain-community
|
11 |
-
requests
|
12 |
-
python-docx
|
13 |
-
unstructured
|
14 |
-
unstructured[docx,pdf]
|
15 |
-
pdf2image
|
16 |
-
pytesseract
|
17 |
-
pdfminer.six
|
|
|
|
1 |
+
langchain
|
2 |
+
faiss-cpu
|
3 |
+
sentence-transformers
|
4 |
+
gradio>=4.44.0
|
5 |
+
fastapi
|
6 |
+
uvicorn
|
7 |
+
huggingface_hub
|
8 |
+
datasets
|
9 |
+
google-generativeai
|
10 |
+
langchain-community
|
11 |
+
requests
|
12 |
+
python-docx
|
13 |
+
unstructured
|
14 |
+
unstructured[docx,pdf]
|
15 |
+
pdf2image
|
16 |
+
pytesseract
|
17 |
+
pdfminer.six
|
18 |
+
langchain_huggingface
|