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