We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b4b1 commit 6aa95e4Copy full SHA for 6aa95e4
libs/langchain/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ragstack-ai-langchain"
3
-version = "1.3.0"
+version = "1.2.0"
4
description = "DataStax RAGStack Langchain"
5
license = "BUSL-1.1"
6
authors = ["DataStax"]
@@ -15,7 +15,7 @@ astrapy = "^1"
15
cassio = "~0.1.4"
16
unstructured = "0.14.5"
17
ragstack-ai-colbert = { version = "1.0.5", optional = true }
18
-ragstack-ai-knowledge-store = { version = "0.0.6", optional = true }
+ragstack-ai-knowledge-store = { version = "0.1.0", optional = true }
19
20
# langchain
21
langchain = "0.2.5"
0 commit comments