KUNAL SHAW commited on
Uncomment cassio dependency in requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -11,7 +11,7 @@ torch>=2.0.0
|
|
| 11 |
sentence-transformers==2.5.1
|
| 12 |
|
| 13 |
# Optional vector DB (uncomment if required and verified)
|
| 14 |
-
|
| 15 |
|
| 16 |
# Document processing
|
| 17 |
tiktoken==0.6.0
|
|
|
|
| 11 |
sentence-transformers==2.5.1
|
| 12 |
|
| 13 |
# Optional vector DB (uncomment if required and verified)
|
| 14 |
+
cassio==0.1.4
|
| 15 |
|
| 16 |
# Document processing
|
| 17 |
tiktoken==0.6.0
|