langchainrb icon indicating copy to clipboard operation
langchainrb copied to clipboard

Build LLM-powered applications in Ruby

Results 104 langchainrb issues
Sort by recently updated
recently updated
newest added

**Describe the solution you'd like** We could suport latest pinecone major release 1.0 to support new V2 API. For the moment it seems to work with 1.0 `client = Langchain::Vectorsearch::Pinecone.new(environment:...

enhancement

# Description This PR is the first prototype based on discussion #629. The purpose is to make it possible to use ChatMessage instead of raw Hash for chat messages, and...

WIP: Overload the `Module` class Evaluate using https://github.com/kieranklaassen/tool_tailor

Support using the gem with ruby 3.0, preventing users to stick with outdated gem versions due to their current Ruby version. Also, I've removed dependency to active support 7, as...

Hi @andreibondarev, Here you could find a PoC of using Groq Cloud: https://console.groq.com/login for inference. Also because Groq does not support (yet?) embbedding. i give it the ability to pass...

Because when we use other message type, but check support LLM, so someone can not implement other llm. If someboy use not exist message, will raise error default. ``` Langchain::Messages::XXMessage...

Hi. First of all thanks for all your work. I've seen [ruby 3 is not supported because it's reached EOL](https://github.com/patterns-ai-core/langchainrb/commit/4a4d98e9ead56611714fa3fdc083accefe11842d). We are still using ruby 3.0. I acknowledge we need...

* Removed references to the private method in the Assistant’s specs * Use the LLM adapter in the Assistant instance whenever possible, instead of calling LLM directly