Skip to content

Commit f4fac78

Browse files
committed
updated colbert package
1 parent 9b05b2a commit f4fac78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 }

0 commit comments

Comments
 (0)