Spaces:
Build error
Build error
CREATE requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
groq
|
| 3 |
+
langchain
|
| 4 |
+
langchain-community
|
| 5 |
+
langchain-groq
|
| 6 |
+
python-dotenv
|
| 7 |
+
beautifulsoup4
|
| 8 |
+
faiss-cpu
|
| 9 |
+
|
| 10 |
+
# JB:
|
| 11 |
+
chromadb
|
| 12 |
+
fastembed
|
| 13 |
+
pypdf
|
| 14 |
+
chardet
|
| 15 |
+
glob2
|
| 16 |
+
unstructured
|
| 17 |
+
# https://pypi.org/project/python-docx/
|
| 18 |
+
# pip install python-docx
|
| 19 |
+
python-docx
|
| 20 |
+
|
| 21 |
+
ollama
|