esra2001 commited on
Commit
9864977
·
verified ·
1 Parent(s): 68bc23d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -13
requirements.txt CHANGED
@@ -1,17 +1,33 @@
1
- langchain
2
- langchain-openai
3
- langchain-huggingface
4
- langchain-community
5
  langchain-core
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  sentence-transformers
 
7
  transformers
8
- chromadb
9
- bs4
10
- matplotlib
11
- seaborn
12
- scikit-learn
13
- python-dotenv
14
- gradio
15
  ollama
16
- uuid
17
- torch
 
 
 
 
 
 
 
 
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