Skip to content

Commit eb22790

Browse files
authored
deps: use ragstack-ai-langchain/llamaindex 1.0.0 (#394)
* deps: use ragstack-ai-langchain/llamaindex 1.0.0 * deps: use ragstack-ai-langchain/llamaindex 1.0.0
1 parent 2492fd2 commit eb22790

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ packages = [{ include = "ragstack" }]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.9,<3.12"
14-
# THIS MUST BE CHANGED WITH ACTUAL VERSIONS AFTER FIRST RELEASES ARE PUBLISHED
15-
ragstack-ai-langchain = { path = "libs/langchain", develop = true, extras = ["colbert", "google", "nvidia"] }
16-
ragstack-ai-llamaindex = { path = "libs/llamaindex", develop = true, extras = ["colbert", "google", "azure", "bedrock"] }
14+
ragstack-ai-langchain = { version = "1.0.0", extras = ["colbert", "google", "nvidia"] }
15+
ragstack-ai-llamaindex = { version = "1.0.0", extras = ["colbert", "google", "azure", "bedrock"] }
1716
ragstack-ai-colbert = "1.0.0"
1817

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

0 commit comments

Comments
 (0)