Spaces:
Sleeping
Sleeping
fixed requirements
Browse files- 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
|
19 |
-
llama-index-core
|
20 |
-
|
21 |
-
llama-index-
|
22 |
-
llama-index-vector-stores-chroma
|
23 |
-
llama-index-
|
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
|
|
|
|
|
|
|
|
|
|