Skip to content

Commit

Permalink
Merge pull request #571 from patterns-ai-core/0.11.1
Browse files Browse the repository at this point in the history
0.11.1
  • Loading branch information
andreibondarev committed Apr 8, 2024
2 parents 815cb5e + 11341d9 commit 41e9951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [0.11.0]
- Langchain::Tool::Vectorsearch that wraps Langchain::Vectorsearch::* classes. This allows the Assistant to call the tool and inject data from vector DBs.

## [0.11.0]
- Delete previously deprecated `Langchain::Agent::ReActAgent` and `Langchain::Agent::SQLQueryAgent` classes
- New `Langchain::Agent::FileSystem` tool that can read files, write to files, and list the contents of a directory
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb (0.11.0)
langchainrb (0.11.1)
activesupport (>= 7.0.8)
baran (~> 0.1.9)
colorize (~> 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/langchain/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Langchain
VERSION = "0.11.0"
VERSION = "0.11.1"
end

0 comments on commit 41e9951

Please sign in to comment.