langchainrb VS pycall.rb

Compare langchainrb vs pycall.rb and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
langchainrb pycall.rb
16 6
1,076 1,030
10.6% -
9.6 6.0
about 21 hours ago 7 months ago
Ruby C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

langchainrb

Posts with mentions or reviews of langchainrb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-15.
  • Langchain.rb
    1 project | news.ycombinator.com | 21 Jan 2024
  • First 15 Open Source Advent projects
    16 projects | dev.to | 15 Dec 2023
    8. LangChain RB | Github | tutorial
  • Create AI Agents in Ruby: Implementing the ReAct Approach
    3 projects | news.ycombinator.com | 18 Sep 2023
  • Lost on LangChain: Can someone help with the Question Answer concept?
    2 projects | /r/LangChain | 11 Jul 2023
    So I hooked up the Ruby on Rails langchainrb gem (https://github.com/andreibondarev/langchainrb) and it seems like the approach is to store the plane text entries as meta data on pinecone. I definitely DO NOT want to do this as the data is private and secure on my own DB.
  • ruby and ML/AI chatgpt
    3 projects | /r/ruby | 7 Jul 2023
    langchain
  • Anyone willing to share their experience with Boxcar.ai?
    1 project | /r/rails | 3 Jul 2023
    I would suggest taking a look at Langchain.rb as well. Disclosure: I'm the core maintainer.
  • Emerging Architectures for LLM Applications
    6 projects | news.ycombinator.com | 20 Jun 2023
    Is the emerging architecture made out to be more complicated than what most of the companies are currently building? Perhaps! But this is most likely the general direction where things will start trending towards as the auxiliary ecosystem matures.

    Shameless plug: For fellow Ruby-ists we're building an orchestration layer for building LLM applications, inspired by the original, Langchain.rb: https://github.com/andreibondarev/langchainrb

  • Building an app around a LLM, Rails + Python or just Python?
    6 projects | /r/rails | 6 Jun 2023
    I'm the author of Langchain.rb.
  • 5 things I wish I knew before building a GPT agent for log analysis
    3 projects | /r/OpenAIDev | 5 Jun 2023
    @dliteful23 I loved your super detailed lessons-learned article! I'm the author of Langchain.rb, I would love to hear what you think of it if you get a chance to check it out. If there's anything that you'd like to see in the framework, please do let us know and we'll make sure to build it out if it aligns with the vision.
  • LangChain: The Missing Manual
    5 projects | news.ycombinator.com | 19 May 2023
    We’re building “Langchain for Ruby” under the current working name of “Langchain.rb”: https://github.com/andreibondarev/langchainrb

    People that have contributed on the project thus far each have at least a decade of experience programming in Ruby. We’re trying our best to build an abstraction layer on top all of the common emerging AI/ML techniques, tools, and providers. We’re also focusbig on building an excellent developer experience that Ruby developers love and have gotten to expect.

    Unlike the Python project, as it’s been pointed out here a countless number of times, we’d like to avoid deeply nested class structures that make it incredibly difficult to track and extend.

    We’ve been pondering over the “what does Rails for Machine Learning look like?” question, and we’re taking a stab at answering this question.

    We’re hyper-focused on the open source community and the developer community at large. All feedback/ideas/contributions/criticism are welcome and encouraged!

pycall.rb

Posts with mentions or reviews of pycall.rb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-08.
  • Call Python functions from the Ruby language
    1 project | news.ycombinator.com | 13 Mar 2024
  • RFC: Run Python from Ruby and Ruby from Python
    3 projects | /r/ruby | 8 Oct 2023
    Yeah, I know there are few libraries that do similar things: pycall.rb and rb_call, and there is also rubypython, but it's not supported and doesn't work with Python 3. I used pycall to create matplotlib charts from Ruby, it's great, and I'm gonna use part of its code, type conversion implementation, for example. But I don't think it's enough, it's like a one way bridge, I want more, I want to call Python from Ruby and Ruby from Python at the same time: create an Airfow PythonOperator, invoke Ruby code inside, store some value into XCom. What about rb_call, I don't like how it's implemented at all, it starts a separate process and serializes data using MessagePack RPC, so you can't use callbacks. It's not even possible to pass a Python object as an argument or call Ruby method that requires a block. And of course it's not effective.
  • Building an app around a LLM, Rails + Python or just Python?
    6 projects | /r/rails | 6 Jun 2023
    I have build a rails app that uses openai gem and it's working very well. For more advanced things I am exploring Pycall: https://github.com/mrkn/pycall.rb to call python functions. Don't have any experience though.
  • What's the easiest way to interface my Rails app with a Python library?
    1 project | /r/rubyonrails | 22 Jan 2023
    I have use this before cool and easy also could run in heroku ()( for my case https://github.com/mrkn/pycall.rb
  • Help!
    3 projects | /r/ruby | 13 Jan 2023
    From docs. I was able to install matplotlib (without --pre):
  • Tips for collaborating with datascience teams
    1 project | /r/rails | 29 Oct 2021
    We use https://github.com/mrkn/pycall.rb extensively to interface with python libraries. So far, the only problem we have is memory leaks in python, but we mitigated the problem by isolating the leaking parts in a separate process.

What are some alternatives?

When comparing langchainrb and pycall.rb you can also consider the following projects:

NeMo-Guardrails - NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.

hashpling - hashpling allows you to use shebang on non-UNIX platform

guidance - A guidance language for controlling large language models. [Moved to: https://github.com/guidance-ai/guidance]

data-science-with-ruby - Practical Data Science with Ruby based tools.

ruby-openai - OpenAI API + Ruby! 🤖❤️ Now with Assistants v2, Batches & Ollama/Groq 🚀

soloud - Free, easy, portable audio engine for games

hnsqlite - hnsqlite integrates hnswlib and sqlite for simple text embedding search

machine-learning-with-ruby - Curated list: Resources for machine learning in Ruby

boxcars - Building applications with composability using Boxcars with LLM's. Inspired by LangChain.

Weaviate - Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database​.

rubypython - An in-process between Ruby and Python. Soon changing repo address.