Skip to content

Commit

Permalink
Release ragstack-ai 1.0.3 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur authored May 13, 2024
1 parent bbaff4d commit 8c3031f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragstack-ai"
version = "1.0.2"
version = "1.0.3"
description = "DataStax RAGStack"
license = "BUSL-1.1"
authors = ["DataStax"]
Expand All @@ -11,9 +11,9 @@ packages = [{ include = "ragstack" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
ragstack-ai-langchain = { version = "1.0.2", extras = ["colbert", "google", "nvidia"] }
ragstack-ai-llamaindex = { version = "1.0.1", extras = ["colbert", "google", "azure", "bedrock"] }
ragstack-ai-colbert = "1.0.1"
ragstack-ai-langchain = { version = "1.0.3", extras = ["colbert", "google", "nvidia"] }
ragstack-ai-llamaindex = { version = "1.0.2", extras = ["colbert", "google", "azure", "bedrock"] }
ragstack-ai-colbert = "1.0.2"

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

0 comments on commit 8c3031f

Please sign in to comment.