8000 0.1.9 by mtrefilek · Pull Request #71 · patterns-ai-core/langchainrb_rails · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

0.1.9 #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9] - 2024-04-19
- Bump langchainrb gem to include v0.11.x
- Remove pg_vector Overriding Operator Constants

## [0.1.8] - 2024-03-16
- Bump langchainrb gem

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
8000
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
langchainrb_rails (0.1.8)
langchainrb_rails (0.1.9)
langchainrb (>= 0.7, < 0.12)

GEM
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
json (2.7.2)
json-schema (4.3.0)
addressable (>= 2.8)
langchainrb (0.11.2)
langchainrb (0.11.4)
activesupport (>= 7.0.8)
baran (~> 0.1.9)
colorize (~> 1.1.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.94)
rb_sys (0.9.96)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
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.8"
VERSION = "0.1.9"
end
0