We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3248d75 commit 52fffbeCopy full SHA for 52fffbe
packages/toolbox-llamaindex/pyproject.toml
@@ -10,7 +10,7 @@ authors = [
10
]
11
dependencies = [
12
"toolbox-core==0.5.2", # x-release-please-version
13
- "llama-index>=0.12.0,<1.0.0",
+ "llama-index-core>=0.12.0,<1.0.0",
14
"PyYAML>=6.0.1,<7.0.0",
15
"pydantic>=2.8.0,<3.0.0",
16
"aiohttp>=3.8.6,<4.0.0",
packages/toolbox-llamaindex/requirements.txt
@@ -1,7 +1,5 @@
1
-e ../toolbox-core
2
-llama-index==0.14.4
3
-llama-index-cli==0.5.3
4
-llama-index-embeddings-openai==0.5.1
+llama-index-core==0.14.4
5
PyYAML==6.0.3
6
pydantic==2.11.10
7
aiohttp==3.13.0
0 commit comments