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 8579092 commit c8e279aCopy full SHA for c8e279a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.1.5] - 2023-11-30
4
+- Qdrant vectorsearch generator
5
+
6
## [0.1.4] - 2023-11-20
7
- Bugfix AR integration when using vectorsearch other than Pgvector
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb_rails (0.1.4)
+ langchainrb_rails (0.1.5)
langchainrb (~> 0.7.0)
GEM
lib/langchainrb_rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LangchainrbRails
- VERSION = "0.1.4"
+ VERSION = "0.1.5"
end
0 commit comments