Skip to content

Commit 61697ba

Browse files
authored
updated colbert package (#431)
1 parent 9b05b2a commit 61697ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libs/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.9,<3.12"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.12.5"
17-
ragstack-ai-colbert = "1.0.2"
17+
ragstack-ai-colbert = "1.0.3"
1818

1919
# langchain
2020
langchain = "0.1.19"

libs/llamaindex/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.9,<3.12"
1414
astrapy = "^1"
1515
cassio = "~0.1.4"
1616
unstructured = "0.12.5"
17-
ragstack-ai-colbert = "1.0.2"
17+
ragstack-ai-colbert = "1.0.3"
1818

1919
# llama-index
2020
llama-index = "0.10.31"
@@ -44,4 +44,4 @@ bedrock = ["llama-index-llms-bedrock", "llama-index-embeddings-bedrock"]
4444

4545
[tool.poetry.group.test.dependencies]
4646
ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
47-
ragstack-ai-colbert = { path = "../colbert", develop = true }
47+
ragstack-ai-colbert = { path = "../colbert", develop = true }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "ragstack" }]
1313
python = ">=3.9,<3.12"
1414
ragstack-ai-langchain = { version = "1.0.3", extras = ["colbert", "google", "nvidia"] }
1515
ragstack-ai-llamaindex = { version = "1.0.2", extras = ["colbert", "google", "azure", "bedrock"] }
16-
ragstack-ai-colbert = "1.0.2"
16+
ragstack-ai-colbert = "1.0.3"
1717

1818
[tool.poetry.group.test.dependencies]
1919
ragstack-ai-langchain = { path = "libs/langchain", develop = true, extras = ["colbert", "google", "nvidia"] }

0 commit comments

Comments
 (0)