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 3cbc154 commit 767e6d0Copy full SHA for 767e6d0
CHANGELOG.md
@@ -1,6 +1,9 @@
1
## [Unreleased]
2
3
-## [0.1.6] - 2023-01-25
+## [0.1.7] - 2024-01-29
4
+- Fix Pgvector#ask method
5
+
6
+## [0.1.6] - 2024-01-25
7
- Fix bug when multiple ActiveRecord models use vectorsearch
8
- Bump langchainrb version
9
- Avoid extra query when Pgvector is used
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb_rails (0.1.6)
+ langchainrb_rails (0.1.7)
langchainrb (>= 0.7, < 0.10)
GEM
lib/langchainrb_rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LangchainrbRails
- VERSION = "0.1.6"
+ VERSION = "0.1.7"
end
0 commit comments