Skip to content

Commit

Permalink
0.1.12 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Sep 20, 2024
1 parent 60831fb commit ea1a7ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.1.12] - 2024-09-20
- Adding `rails g langchainrb_rails:assistant --llm=...` generator
- Adding `rails g langchainrb_rails:prompt` generator

## [0.1.11] - 2024-06-16
- Add destroy_from_vectorsearch hook

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.11)
langchainrb_rails (0.1.12)
langchainrb (>= 0.7, < 0.17)

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.11"
VERSION = "0.1.12"
end

0 comments on commit ea1a7ce

Please sign in to comment.