ak3ra commited on
Commit
0b4e2d4
·
1 Parent(s): d06a907

fixed requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -11
requirements.txt CHANGED
@@ -15,14 +15,9 @@ Pillow==10.2.0
15
  sqlmodel==0.0.22
16
  cachetools
17
 
18
- # LlamaIndex and related packages
19
- llama-index-core>=0.12.3
20
- llama-index-readers-docling>=0.1.0
21
- llama-index-node-parser-docling
22
- llama-index-vector-stores-chroma>=0.4.0
23
- llama-index-embeddings-huggingface
24
- llama-index-llms-huggingface-api
25
- llama-index-readers-file
26
-
27
- # Docling
28
- docling>=2.2.0
 
15
  sqlmodel==0.0.22
16
  cachetools
17
 
18
+ # LlamaIndex ecosystem (pinned to compatible versions)
19
+ llama-index-core==0.11.19
20
+ docling==1.16.1
21
+ llama-index-readers-docling==0.1.0
22
+ llama-index-vector-stores-chroma==0.4.0
23
+ llama-index-node-parser-docling==0.2.0