boxcars
boxcars copied to clipboard
Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. Release notes Sourced from nokogiri's releases. v1.16.5 / 2024-05-13 Security [CRuby] Vendored libxml2 is updated to address CVE-2024-34459. See GHSA-r95h-9x8f-r3f7 for more information. Dependencies...
Bumps [anthropic](https://github.com/alexrudall/anthropic) from 0.1.0 to 0.2.0. Release notes Sourced from anthropic's releases. 0.2.0 Added Add new Messages endpoint - thanks @svs for the PR, @obie for the first pass, and...
Bumps [debug](https://github.com/ruby/debug) from 1.9.1 to 1.9.2. Release notes Sourced from debug's releases. v1.9.2 What's Changed config Make irb_console toggleable with config update by @st0012 in ruby/debug#1057 internal Stop assuming Array#each...
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.2 to 2.0.1. Release notes Sourced from sqlite3's releases. 2.0.1 / 2024-04-20 Fixed Raise ArgumentError if Database#execute, #execute_batch, or #query are passed multiple bind parameters that are...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.63.5. Release notes Sourced from rubocop's releases. RuboCop 1.63.5 Bug fixes #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment....
Bumps [activerecord](https://github.com/rails/rails) and [activesupport](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activerecord` from 7.0.7.1 to 7.1.3.2 Release notes Sourced from activerecord's releases. v7.1.3.2 Active Support No changes. Active Model...
Just wanted to put this out here for your consideration: https://www.youtube.com/watch?v=LO3U5iqnTpk A great and advanced summary of things that can go wrong with LLM search and ways of improving/safeguarding results....
The ActiveRecord boxcar is read-only by default, and the SQL boxcar should follow suit.
When using a Boxcar::ActiveRecord boxcar from an Active Record controller, it would be nice to know context like the current_user, etc. These can be added to the Prompt.