Skip to content

Commit 52fffbe

Browse files
authored
deps: Switch from llama-index to llama-index-core (#426)
1 parent 3248d75 commit 52fffbe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/toolbox-llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
dependencies = [
1212
"toolbox-core==0.5.2", # x-release-please-version
13-
"llama-index>=0.12.0,<1.0.0",
13+
"llama-index-core>=0.12.0,<1.0.0",
1414
"PyYAML>=6.0.1,<7.0.0",
1515
"pydantic>=2.8.0,<3.0.0",
1616
"aiohttp>=3.8.6,<4.0.0",

packages/toolbox-llamaindex/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-e ../toolbox-core
2-
llama-index==0.14.4
3-
llama-index-cli==0.5.3
4-
llama-index-embeddings-openai==0.5.1
2+
llama-index-core==0.14.4
53
PyYAML==6.0.3
64
pydantic==2.11.10
75
aiohttp==3.13.0

0 commit comments

Comments
 (0)