Skip to content

Commit bbaff4d

Browse files
committed
Release ragstack-ai-langchain 1.0.3 and ragstack-ai-llamaindex 1.0.2
1 parent f12f894 commit bbaff4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragstack-ai-langchain"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "DataStax RAGStack Langchain"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]
@@ -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.1"
17+
ragstack-ai-colbert = "1.0.2"
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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragstack-ai-llamaindex"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "DataStax RAGStack Llama Index"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]
@@ -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.1"
17+
ragstack-ai-colbert = "1.0.2"
1818

1919
# llama-index
2020
llama-index = "0.10.31"

0 commit comments

Comments
 (0)