veerukhannan commited on
Commit
e557208
·
verified ·
1 Parent(s): eca979c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -1
requirements.txt CHANGED
@@ -6,14 +6,27 @@ 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
 
 
 
 
 
6
 
7
  # Vector store and embeddings
8
  sentence-transformers==2.2.2
9
+ torch==2.1.1
10
+ transformers==4.35.2
11
+
12
+ # Database and storage
13
+ sqlite3-utils==3.35.2
14
+ hnswlib==0.7.0
15
 
16
  # Utility packages
17
  requests==2.31.0
18
  python-json-logger==2.0.7
19
  validators==0.22.0
20
+ numpy==1.24.3
21
+ pandas==2.0.3
22
 
23
  # Type checking
24
  typing-extensions==4.8.0
25
+ pydantic==2.5.2
26
 
27
  # Error handling and logging
28
+ loguru==0.7.2
29
+
30
+ # File handling
31
+ chardet==5.2.0
32
+ python-magic==0.4.27