veerukhannan commited on
Commit
14bc0aa
·
verified ·
1 Parent(s): e3f3bb1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -26
requirements.txt CHANGED
@@ -1,31 +1,19 @@
1
  # Core dependencies
2
- gradio>=4.0.0
3
- langchain>=0.1.0
4
- langchain-core>=0.1.0
5
- langchain-community>=0.0.10
6
- langchain-huggingface>=0.0.6
7
-
8
- # ML and AI
9
- transformers>=4.36.0
10
- torch>=2.1.0
11
- accelerate>=0.25.0
12
- sentence-transformers>=2.2.2
13
 
14
- # Vector Database
15
- chromadb>=0.4.22
16
 
17
- # Utilities
18
- python-dotenv==1.0.0
19
- huggingface-hub>=0.19.4
 
20
 
21
- # Data processing and testing
22
- numpy>=1.21.0
23
- pandas>=1.3.0
24
- tqdm>=4.65.0
25
- pytest>=7.0.0
26
 
27
- # Performance improvements
28
- bitsandbytes>=0.41.0
29
- safetensors>=0.4.0
30
- einops>=0.6.1
31
- tiktoken>=0.5.1
 
1
  # Core dependencies
2
+ gradio==4.7.1
3
+ openai==1.3.5
4
+ chromadb==0.4.18
5
+ python-dotenv==1.0.0
 
 
 
 
 
 
 
6
 
7
+ # Vector store and embeddings
8
+ sentence-transformers==2.2.2
9
 
10
+ # Utility packages
11
+ requests==2.31.0
12
+ python-json-logger==2.0.7
13
+ validators==0.22.0
14
 
15
+ # Type checking
16
+ typing-extensions==4.8.0
 
 
 
17
 
18
+ # Error handling and logging
19
+ loguru==0.7.2