ragdoll-studio VS llama_index

Compare ragdoll-studio vs llama_index and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
ragdoll-studio llama_index
11 75
156 31,628
- 6.0%
9.6 10.0
5 days ago 3 days ago
JavaScript Python
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.

ragdoll-studio

Posts with mentions or reviews of ragdoll-studio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-07.
  • Ask HN: What do you use local LLMs for?
    2 projects | news.ycombinator.com | 7 May 2024
    - Basic internet search (I start ollama CLI faster than I can start a browser - https://ollama.com)

    - Formatting/changing text

    - Troubleshooting code, esp. new frameworks/libs

    - Recipes

    - Data entry

    - Organizing thoughts: High-level lists, comparison, classification, synonyms, jargon & nomenclature

    - Learning esp. by analogy and example

    RAG for:

    - Website assistants (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Game NPCs (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Discord/Slack/forum bots (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Character-driven storytelling and creating art in a specific style for video game loading screens, background images, avatars, website art, etc. (https://github.com/bennyschmidt/ragdoll-studio/tree/master/r...)

  • Apple Introduces M4 Chip
    7 projects | news.ycombinator.com | 7 May 2024
    > I always say I want AI to work offline

    I'm with you, I'm most excited about this too.

    Currently building an AI creative studio (make stories, art, music, videos, etc.) that runs locally/offline (https://github.com/bennyschmidt/ragdoll-studio). There is a lot of focus on cloud with LLMs but I can't see how the cost will make much sense for involved creative apps like video creation, etc. Present day users might not have high-end machines, but I think they all will pretty soon - this will make them buy them the way MMORPGs made everyone buy more RAM. Especially the artists and creators. Remember, Photoshop was once pretty difficult to run, you needed a great machine.

    I can imagine an offline music/movies apps, offline search engines, back office software, etc.

  • Ask HN: Web framework for custom character sheets?
    1 project | news.ycombinator.com | 5 May 2024
  • Ask HN: Ideas for LLM-Based Games
    1 project | news.ycombinator.com | 2 May 2024
    I built a JavaScript library for creating LLM-based game NPCs, here's a video demo: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    You drop all their knowledge into a file, like .txt. or .html and it uses RAG to learn everything in the file, so if it's a vendor things like shop inventory, prices, or if it's a storyteller/questgiver you can give it knowledge the player must uncover, etc.

    It uses the LLM for natural sounding conversations and instructions ("speak in the style of..." etc.)

  • Answering Legal Questions with LLMs
    1 project | news.ycombinator.com | 29 Apr 2024
    > You would also need to load an enormous amount of precedential case law

    Very easily done. Is that it?

    > lack of common sense, false conclusions

    The AI tool doesn't replace the judge/DA/etc. it's just a very useful tool for them to use. Checkout the "RAG-based learning" section of this app I built (https://github.com/bennyschmidt/ragdoll-studio) there's a video that shows how you can effectively load new knowledge into it (I use LlamaIndex for RAG). For example, past cases that set legal precedents, and other information you want to be considered. It creates a database of the files you load in, so it's not making those assumptions like an LLM without RAG would. I think a human would be more error-prone than an LLM with vector DB of specific data + querying engine.

    > I don't see the utility

    Then you are not paying attention or haven't used LLMs that much.

    > actual work involved in practicing law

    This is what it's best at, and what people are already using RAG for: Reading patient medical docs, technical documentation, etc. this is precisely what humans are bad at and will offload to technology.

    > actual research is required

    You have not tried RAG.

    > LLMs struggle to produce useful outputs

    You have not tried RAG.

    > LLMs are unlikely to identify issues

    You have not tried RAG.

    > the LLM by definition is creative analysis

    You have not tried RAG.

  • LLMs and the Harry Potter Problem
    1 project | news.ycombinator.com | 23 Apr 2024
    I've made AI assistants that are perfectly accurate with products, pricing, etc. yet still maintain a human quality: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    You can accomplish this with RAG.

    Your overall point is taken though, the LLM itself is not enough, fine-tuning is not always feasible, and I think no matter how good an AI persona gets at, say, teaching yoga - for some yoga students it will never replace an in-person instructor.

    However for a game NPC, online agent, Discord bot, etc. not to mention research, translation, tutorials, summarizing, etc. there is a lot of present day utility for LLMs.

  • Show HN: Real-time video clone trained on 100h of Sam Altman startup content
    1 project | news.ycombinator.com | 15 Apr 2024
    Very cool app, if anyone wants to try the FOSS alternative to this check out Ragdoll Studio - https://github.com/bennyschmidt/ragdoll-studio

    Create anyone you want based on a list of documents (URLs), chat with them, have them create images in their style, tell stories, etc.

    (runs open models with Ollama, Stable Diffusion, etc. not OpenAI)

    I would be curious what Sam Altmans people make, you can share characters here: https://ragdoll-studio.vercel.app

  • Show HN: Perfect art and photography in Ragdoll Studio (FOSS AI software)
    1 project | news.ycombinator.com | 7 Apr 2024
  • Show HN: Ragdoll Studio (fka Arthas.AI) is the FOSS alternative to character.ai
    3 projects | news.ycombinator.com | 31 Mar 2024
    It's a FOSS alternative because instead of using their online platform to make an account in order to interact with their characters, you instead download and run this source code without needing an account to interact with yours, and those in the community - even offline if you want.

    There's more to it than just chatting with AI models - these "ragdolls" are based on RAG so they are able to have distinct personalities and scoped knowledge. They can't leak info they don't know about, can't be censored from talking about things they do know about, and can be exported and shared with others on the community site. The model itself is more like the underlying engine, where the ragdoll is a specific persona that you can deploy to a variety of tasks (starting with just chat).

    I want to go beyond what character.ai is even dreaming of doing by making this into a creative suite for all things AI: Chat, storytelling, art & visual design, cinematography, CGI, music & sound effects, and so-on. It would be great to have an open-source character-focused tool for making stories, cinematics, films, music, etc. Here's an example that uses a ragdoll as an NPC in a game that has specific knowledge that the player can uncover in order to advance in the game: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    Thanks for the question, I will add a section on how these are fundamentally different from just chatting with ChatGPT.

llama_index

Posts with mentions or reviews of llama_index. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.

What are some alternatives?

When comparing ragdoll-studio and llama_index you can also consider the following projects:

langchain - ⚡ Building applications with LLMs through composability ⚡ [Moved to: https://github.com/langchain-ai/langchain]

langchain - 🦜🔗 Build context-aware reasoning applications

private-gpt - Interact with your documents using the power of GPT, 100% privately, no data leaks

chatgpt-retrieval-plugin - The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

text-generation-webui - A Gradio web UI for Large Language Models. Supports transformers, GPTQ, AWQ, EXL2, llama.cpp (GGUF), Llama models.

gpt-llama.cpp - A llama.cpp drop-in replacement for OpenAI's GPT endpoints, allowing GPT-powered apps to run off local llama.cpp models instead of OpenAI.

localGPT - Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.

Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Open-Assistant - OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

AutoGPT - AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

DocsGPT - GPT-powered chat for documentation, chat with your documents

Auto-GPT - An experimental open-source attempt to make GPT-4 fully autonomous. [Moved to: https://github.com/Significant-Gravitas/AutoGPT]