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 13222b0 commit 1fb0cd8Copy full SHA for 1fb0cd8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [0.1.11] - 2024-06-16
4
+- Add destroy_from_vectorsearch hook
5
+
6
+## [0.1.10] - 2024-05-20
7
8
## [0.1.9] - 2024-04-19
9
- Bump langchainrb gem to include v0.11.x
10
- Remove pg_vector Overriding Operator Constants
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb_rails (0.1.10)
+ langchainrb_rails (0.1.11)
langchainrb (>= 0.7, < 0.14)
GEM
lib/langchainrb_rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LangchainrbRails
- VERSION = "0.1.10"
+ VERSION = "0.1.11"
end
0 commit comments