Skip to content

Commit

Permalink
0.1.6 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Jan 25, 2024
1 parent 03d6db8 commit 89e8c15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.1.6] - 2023-01-25
- Fix bug when multiple ActiveRecord models use vectorsearch
- Bump langchainrb version
- Avoid extra query when Pgvector is used

## [0.1.5] - 2023-11-30
- Qdrant vectorsearch generator

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_rails (0.1.5)
langchainrb_rails (0.1.6)
langchainrb (>= 0.7, < 0.10)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/langchainrb_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LangchainrbRails
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit 89e8c15

Please sign in to comment.