Skip to content
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

Update langchainrb requirement from ~> 0.13.5 to ~> 0.16.0 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Updates the requirements on langchainrb to permit the latest version.

Release notes

Sourced from langchainrb's releases.

0.16.0

What's Changed

New Contributors

Full Changelog: patterns-ai-core/langchainrb@0.15.6...0.16.0

Changelog

Sourced from langchainrb's changelog.

[0.16.0] - 2024-09-19

  • Remove Langchain::Thread class as it was not needed.
  • Support cohere provider for Langchain::LLM::AwsBedrock#embed

[0.15.6] - 2024-09-16

  • Throw an error when Langchain::Assistant#add_message_callback is not a callable proc.
  • Resetting instructions on Langchain::Assistant with Google Gemini no longer throws an error.
  • Add Meta models support for AWS Bedrock LLM

[0.15.5] - 2024-09-10 🇧🇦

  • Fix for Langchain::Prompt::PromptTemplate supporting nested JSON data
  • Require common libs at top-level
  • Add add_message_callback to Langchain::Assistant constructor to invoke an optional function when any message is added to the conversation
  • Adding Assistant syntactic sugar with #run! and #add_message_and_run!

[0.15.4] - 2024-08-30

  • Improve the Langchain::Tool::Database tool
  • Allow explictly setting tool_choice on the Assistant instance
  • Add support for bulk embedding in Ollama
  • Langchain::Assistant works with Langchain::LLM::MistralAI llm
  • Fix Langchain::LLM::Azure not applying full default_options

[0.15.3] - 2024-08-27

  • Fix OpenAI#embed when text-embedding-ada-002 is used

[0.15.2] - 2024-08-23

  • Add Assistant#add_messages() method and fix Assistant#messages= method

[0.15.1] - 2024-08-19

  • Drop to_bool gem in favour of custom util class
  • Drop colorize which is GPL-licensed in favour of rainbow
  • Improve Langchain::Tool::Weather tool

[0.15.0] - 2024-08-14

  • Fix Langchain::Assistant when llm is Anthropic
  • Fix GoogleGemini#chat method
  • Langchain::LLM::Weaviate initializer does not require api_key anymore
  • [BREAKING] Langchain::LLM::OpenAI#chat() uses gpt-4o-mini by default instead of gpt-3.5-turbo previously.
  • [BREAKING] Assistant works with a number of open-source models via Ollama.
  • [BREAKING] Introduce new Langchain::ToolDefinition module to define tools. This replaces the previous reliance on subclassing from Langchain::Tool::Base.

[0.14.0] - 2024-07-12

  • Removed TokenLength validators
  • Assistant works with a Mistral LLM now
  • Assistant keeps track of tokens used
  • Misc fixes and improvements

[0.13.5] - 2024-07-01

  • Add Milvus#remove_texts() method
  • Langchain::Assistant has a state now

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Copy link
Author

dependabot bot commented on behalf of github Sep 25, 2024

The following labels could not be found: 🏠 Housekeeping.

@dependabot dependabot bot force-pushed the dependabot/bundler/langchainrb-tw-0.16.0 branch from 3a007aa to 9dd79aa Compare September 25, 2024 12:30
Updates the requirements on [langchainrb](https://github.com/patterns-ai-core/langchainrb) to permit the latest version.
- [Release notes](https://github.com/patterns-ai-core/langchainrb/releases)
- [Changelog](https://github.com/patterns-ai-core/langchainrb/blob/main/CHANGELOG.md)
- [Commits](patterns-ai-core/langchainrb@0.13.5...0.16.0)

---
updated-dependencies:
- dependency-name: langchainrb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot changed the base branch from development to main September 25, 2024 12:33
@dependabot dependabot bot force-pushed the dependabot/bundler/langchainrb-tw-0.16.0 branch from 9dd79aa to e81c19f Compare September 25, 2024 12:33
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #13.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/langchainrb-tw-0.16.0 branch October 1, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants