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 7500bf8 commit 51a4001Copy full SHA for 51a4001
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.1.8] - 2024-03-16
4
+- Bump langchainrb gem
5
+
6
## [0.1.7] - 2024-01-29
7
- Fix Pgvector#ask method
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- langchainrb_rails (0.1.7)
+ langchainrb_rails (0.1.8)
langchainrb (>= 0.7, < 0.10)
GEM
lib/langchainrb_rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LangchainrbRails
- VERSION = "0.1.7"
+ VERSION = "0.1.8"
end
0 commit comments