Skip to content

Commit 59a733e

Browse files
committed
updated ragstack-ai to use latest ragstack-ai-llamaindex and latest ragstack-ai-langchain
1 parent 5eced83 commit 59a733e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ packages = [{ include = "ragstack" }]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.9,<3.12"
14-
ragstack-ai-langchain = { version = "1.0.4", extras = ["colbert", "google", "nvidia"] }
15-
ragstack-ai-llamaindex = { version = "1.0.3", extras = ["colbert", "google", "azure", "bedrock"] }
14+
ragstack-ai-langchain = { version = "1.0.5", extras = ["colbert", "google", "nvidia"] }
15+
ragstack-ai-llamaindex = { version = "1.0.4", extras = ["colbert", "google", "azure", "bedrock"] }
1616
ragstack-ai-colbert = "1.0.4"
1717

1818
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)