Skip to content

Commit

Permalink
dep: update knowledge-store in langchain (#553)
Browse files Browse the repository at this point in the history
* dep: update knowledge-store in langchain

* revert version change
  • Loading branch information
bjchambers authored Jul 1, 2024
1 parent 3f0b4b1 commit 6aa95e4
Showing 1 changed file with 2 additions and 2 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.3.0"
version = "1.2.0"
description = "DataStax RAGStack Langchain"
license = "BUSL-1.1"
authors = ["DataStax"]
Expand All @@ -15,7 +15,7 @@ astrapy = "^1"
cassio = "~0.1.4"
unstructured = "0.14.5"
ragstack-ai-colbert = { version = "1.0.5", optional = true }
ragstack-ai-knowledge-store = { version = "0.0.6", optional = true }
ragstack-ai-knowledge-store = { version = "0.1.0", optional = true }

# langchain
langchain = "0.2.5"
Expand Down

0 comments on commit 6aa95e4

Please sign in to comment.