Skip to content

Commit

Permalink
version-0.6.18 (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Oct 17, 2023
1 parent 223699a commit 95d1fef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [0.6.18] - 2023-10-16
- Introduce `Langchain::LLM::Response`` object
- Introduce `Langchain::Chunk` object
- Add the ask() method to the Langchain::ActiveRecord::Hooks

## [0.6.17] - 2023-10-10
- Bump weaviate and chroma-db deps
- `Langchain::Chunker::Semantic` chunker
- Re-structure Conversations class
- Bug fixes

## [0.6.16] - 2023-10-02
- HyDE-style similarity search
- `Langchain::Chunker::Sentence` chunker
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
langchainrb (0.6.17)
langchainrb (0.6.18)
baran (~> 0.1.9)
colorize (~> 0.8.1)
json-schema (~> 4.0.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.6.17"
VERSION = "0.6.18"
end

0 comments on commit 95d1fef

Please sign in to comment.