rivapereira123 commited on
Commit
2745885
·
verified ·
1 Parent(s): d68daa5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -12,6 +12,11 @@ sentence-transformers>=2.2.2
12
  accelerate>=0.24.0
13
  bitsandbytes>=0.41.0
14
 
 
 
 
 
 
15
  # Vector Database and Search
16
  faiss-cpu>=1.7.4
17
  llama-index>=0.9.0
 
12
  accelerate>=0.24.0
13
  bitsandbytes>=0.41.0
14
 
15
+
16
+ unstructured
17
+ unstructured[local-inference] # or [pdf] depending on your platform
18
+
19
+
20
  # Vector Database and Search
21
  faiss-cpu>=1.7.4
22
  llama-index>=0.9.0