Skip to content

Commit

Permalink
Release ragstack-ai-langchain 1.0.3 and ragstack-ai-llamaindex 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed May 13, 2024
1 parent f12f894 commit bbaff4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragstack-ai-langchain"
version = "1.0.2"
version = "1.0.3"
description = "DataStax RAGStack Langchain"
license = "BUSL-1.1"
authors = ["DataStax"]
Expand All @@ -14,7 +14,7 @@ python = ">=3.9,<3.12"
astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.12.5"
ragstack-ai-colbert = "1.0.1"
ragstack-ai-colbert = "1.0.2"

# langchain
langchain = "0.1.19"
Expand Down
4 changes: 2 additions & 2 deletions libs/llamaindex/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragstack-ai-llamaindex"
version = "1.0.1"
version = "1.0.2"
description = "DataStax RAGStack Llama Index"
license = "BUSL-1.1"
authors = ["DataStax"]
Expand All @@ -14,7 +14,7 @@ python = ">=3.9,<3.12"
astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.12.5"
ragstack-ai-colbert = "1.0.1"
ragstack-ai-colbert = "1.0.2"

# llama-index
llama-index = "0.10.31"
Expand Down

0 comments on commit bbaff4d

Please sign in to comment.