Andrei Bondarev
Andrei Bondarev
@elfotografo007 Didn't work for me trying to install `2.1.10` :(
@asgeo1 Would you be open to issuing a PR for this change please?
@obie I didn't see @asgeo1's fork. Is there one?
Hi @mldev94, I randomly found this thread. > I implemented my own LangchainLlamaCpp class method on "langchainrb" gem to use this "Llamacpp.rb" gem as a new LLM to run things...
@mldev94 We added support for LlamaCpp (using this gem) to Langchain.rb: https://github.com/andreibondarev/langchainrb/blob/main/lib/langchain/llm/llama_cpp.rb
@theycallmeswift Do you have merge authority to the repo? :)
@weilandia Indeed, there's no good reason to white labeling models other than raising an error when `chat()` method is called on a model that doesn't support the `messages: [{role:"", content:""},...
> This is good and it is a move in the right direction but there are some key points that are missing: > > 1. Generating the json_schema only is...
> QQ. Yesterday I learnt at RubyDay of a recent Data class (since 3.2) for immutable hashes (https://www.shakacode.com/blog/ruby-3-2-adds-a-new-data-class/). This seems like a perfect fit - not much for the json_schema...
Since LLMs are starting to support JSON schema response natively -- there's no need to try and do this "manually". We merged this [PR](https://github.com/patterns-ai-core/langchainrb/pull/766) instead.