AI-trainer1 commited on
Commit
de303ae
·
verified ·
1 Parent(s): bfa0055

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ chromadb 0.5.23
2
+ gradio 5.14.0
3
+ groq 0.15.0
4
+ huggingface-hub 0.27.1
5
+ langchain 0.3.15
6
+ langchain-chroma 0.2.0
7
+ langchain-community 0.3.15
8
+ langchain-core 0.3.31
9
+ langchain-experimental 0.3.4
10
+ langchain-google-genai 2.0.9
11
+ langchain-groq 0.2.3
12
+ langchain-text-splitters 0.3.5
13
+ nltk 3.9.1
14
+ python-dotenv 1.0.1
15
+ sentence-transformers 3.4.0
16
+ tokenizers 0.20.3
17
+ torch 2.5.1
18
+ transformers 4.46.3
19
+ unstructured 0.16.15