Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +29 -13
requirements.txt
CHANGED
@@ -1,17 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
langchain-community
|
5 |
langchain-core
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sentence-transformers
|
|
|
7 |
transformers
|
8 |
-
|
9 |
-
|
10 |
-
matplotlib
|
11 |
-
seaborn
|
12 |
-
scikit-learn
|
13 |
-
python-dotenv
|
14 |
-
gradio
|
15 |
ollama
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core packages
|
2 |
+
gradio
|
3 |
+
python-dotenv
|
|
|
4 |
langchain-core
|
5 |
+
langchain-community
|
6 |
+
langchain-openai
|
7 |
+
langchain
|
8 |
+
langchain-hub
|
9 |
+
langchain-text-splitters
|
10 |
+
|
11 |
+
# Document processing
|
12 |
+
unstructured
|
13 |
+
pdf2image
|
14 |
+
pypdf
|
15 |
+
beautifulsoup4
|
16 |
+
|
17 |
+
# Vector stores and embeddings
|
18 |
+
chromadb
|
19 |
sentence-transformers
|
20 |
+
huggingface-hub
|
21 |
transformers
|
22 |
+
|
23 |
+
# Optional components
|
|
|
|
|
|
|
|
|
|
|
24 |
ollama
|
25 |
+
langchain-ollama
|
26 |
+
openai
|
27 |
+
scikit-learn
|
28 |
+
matplotlib
|
29 |
+
|
30 |
+
# Email and utilities
|
31 |
+
secure-smtplib
|
32 |
+
numpy
|
33 |
+
typing-extensions
|