Alternatives
Products that do what OpenFable – Open-source RAG engine using tree-structured indexes does
Hi HN, I built OpenFable, an open-source retrieval engine that implements the FABLE algorithm (https://arxiv.org/abs/2601.18116) for RAG pipelines. I'm using it in another project and thought that others might benefit. Most RAG systems chunk documents into flat segments and retrieve by vector similarity. This works for simple lookups but breaks when answers span multiple sections, when relevant content is buried in a subsection, or when you need to control how many tokens you're sending to an LLM. OpenFable takes a different approach: when you ingest a document, it uses…
- 1

- 2

- 3WS
2020 · openfaas.com
- 4

- 5SV
Hi HN, I'm Daniel from Superlinked! We have built an open-source framework that improves vector search relevance and usefulness by combining structured metadata with unstructured data in your embeddings. We included self-hostable API server that sits between your data sources and vector database. Docs: https://docs.superlinked.com/ We're launching our cloud offering soon where you can use Superlinked to orchestrate high-performance retrieval for RAG, Search & Recommendation apps in your own cloud. Looking for feedback and happy to answer questions!
2024 · github.com
- 6AE
Hi all, Sharing a repo I was working on for a while. It’s open-source and includes many different strategies for RAG (currently 17), including tutorials, and visualizations. This is great learning and reference material. Open issues, suggest more strategies, and use as needed. Enjoy!
2024 · github.com
- 7

- 8AO
I've built an airgapped Retrieval-Augmented Generation (RAG) system for question-answering on documents, running entirely offline with local inference. Using Llama 3, Mistral, and Gemini, this setup allows secure, private NLP on your own machine. Perfect for researchers, data scientists, and developers who need to process sensitive data without cloud dependencies. Built with Llama C++, LangChain, and Streamlit, it supports quantized models and provides a sleek UI for document processing. Check it out, contribute, or suggest new features!
2024 · github.com
- 9JS
Hey HN, I’m Julia, my team and I are building Rag-in-a-Box (https://www.joinable.ai/rag-in-a-box), hosted RAG service that let’s builders of any skill level launch their own RAG app loaded with their own data in minutes. [ What can you do ] 1. Load your documents (PDFs, CSV, PPTs, Word Docs, etc) and make them searchable instantly. All your data stays private and encrypted. 2. Choose latest open source LLM (Llama 4, Deepseek, GPT-oss, etc) to interact with your docs 3. Access your hosted RAG via API - build your own custom front end or integrate with your existing product…
2025 · joinable.ai
- 10IB
Hey HN! Over the past few weeks, I’ve been working on DataBridge, an open-source solution for data ingestion and querying across text, PDFs, images, and videos. In our latest update, we’ve added a fully local deployment option: - No internet required – Runs entirely offline. - Customizable Models – Supports any LLM and embedding model via Ollama (with options for any other private providers) - Extensibility – You can plug in your own models or tools easily. This local-first approach ensures better privacy, security, and flexibility, especially for teams dealing with sensitive data. You can…
2025 · github.com
- 11UI
Hey everyone! I am excited to share updates on four of my & my teams' open-source projects that take large-scale search systems to the next level: USearch, UForm, UCall, and StringZilla. These projects are designed to work seamlessly together, end-to-end—covering everything from indexing and AI to storage and networking. And yeah, they're optimized for x86 AVX2/512 and Arm NEON/SVE hardware. USearch [1]: Think of it as Meta FAISS on steroids. It's now quicker, supports clustering of any granularity, and offers multi-index lookups. Plus, it's got more native bindings than probably…
2023 · usearch-images.com
- 12BL
Hello everyone! I am Jan, CTO and one of the creators of Pathway, the real-time data processing framework. I’m excited to share Pathway’s ready-to-use AI Pipelines, configurable with just YAML! These frameworks offer out-of-the-box solutions for AI search, RAG, and more—optimized for real-time indexing and in-memory processing. What makes it simple? YAML templates! The pipeline templates are fully customizable using YAMLs to fit your needs, from changing the data sources to the choice of the LLM model, all without touching Pathway’s Python code. Thanks to the Pathway data processing engine,…
2024 · pathway.com
- 13HA
Demo starts at 50m into the video. This was a bit terrifying to record because 2am the previous night everything was totally broken after a major refactor (so that we could add external LLM support as well as local GPUs). But pressure can be a useful force :-D We start with a stack deployed on my laptop without a GPU, pointing to together.ai so we can run open source LLMs easily without having to have access to a GPU. We show simple inference through the ChatGPT-like web interface (with users, sessions etc) and then simple drag'n'drop RAG. Then we show some helix apps defined as yaml: Marvin…
2024 · youtube.com
- 14SB
Hey HN! My brothers and I have worked on this for the last 2 weeks. We use OpenAI's `text-embedding-ada-002` model to embed queries and a vector database to search for similar verses / blocks of verses. We'd like to see what you think and appreciate any feedback!
2023 · siliconscripture.org
- 15

- 16IC
RAG pipelines have become bloated: embeddings, vector DBs, rerankers, and ad-hoc pipelines everywhere. Projects like Claude Code showed a simpler path: In-Context Retrieval — letting the LLM reason directly over context for retrieval instead of outsourcing search to external infrastructure. PageIndex takes that one step further with In-Context Indexing. If retrieval happens in-context, the index should live there too. Each document is transformed into a hierarchical, human-readable tree structure (like a table-of-contents tree index) inside the model's context window. The LLM reads the…
Oct 2025 · github.com
- 17PA
We're excited to release PaperQA2, an open source RAG library specialized to work with the scientific literature. We've seen some really compelling results with it (https://paper.wikicrow.ai), like superhuman performance at question answering and summarization when compared with expert scientists. PaperQA2 is a major overhaul of our prior PaperQA system, it includes automatically obtained rich metadata for each paper, a CLI to work with local papers directly, a local full-text search engine for keywords searches over PDF files, a state-of-the-art algorithm for LLM-based re-ranking…
2024 · github.com
- 18PF
In this blog, we introduce a pure JSON index to enable reasoning-based RAG without relying on any Vector DBs. Any feedback is welcome!
Oct 2025 · vectifyai.notion.site
- 19AO
Hey HN, I’d like to share an open-source project I’ve created. It is an email archiving tool that can back up your whole email system with full-text search capabilities. The project is called Open Archiver, and it is able to archive and index emails from cloud-based email inboxes, including Google Workspace, Microsoft 365, and any IMAP-enabled email inbox. You can connect it to your email provider, and it copies every single incoming and outgoing email into a secure archive that you control (Your local storage or S3-compatible storage). Some features: - Archive and index all emails and…
2025 · openarchiver.com
- 20IM
When your embedding provider is good, but could be better for your use-case.
2024 · zoplabs.com
- 21PT
Hey all, I built a quick PoC that scrapes a webpage, sends the content to Gemini Flash, and outputs a clean, structured JSON — ready for RAG workflows. In my case, I’ll use this structured data to enhance models by integrating external knowledge sources during the generation process. Curious if you think this has potential or if there are any use cases I might have missed. Happy to share more details if there's interest!
2025 · structured.pages.dev
- 22TB
Hello everyone, I have always loved coding and in the couple I was thinking of making an open source project and it turned out to be awesome I hope you guys like it. I present Explore Singapore which I created as an open-source intelligence engine to execute retrieval-augmented generation (RAG) on Singapore's public policy documents and legal statutes and historical archives. The objective required building a domain-specific search engine which enables LLM systems to decrease errors by using government documents as their exclusive information source. What my Project does :- basically it…
Feb 2026 · github.com
- 23HK
Built this as a toy project to understand knowledge graphs by tackling a real problem: traditional RAG fails badly on legal documents because it misses interconnections between sections. The system actually combines both approaches on every query - gets semantic matches via TF-IDF, retrieves structural relationships from Neo4j, then feeds both contexts to OpenAI for comprehensive answers. Used the Indian Income Tax Act as test data since legal documents have natural graph structures. Queries like "What sections reference Section 80C?" get both the reference network AND content explanations.…
2025 · github.com
- 24PR
Hi HN, While building RAG agents, I noticed a lot of token budget was wasted on formatting overhead (HTML tags, JSON structure, whitespace). Existing solutions felt too heavy (often requiring torch/transformers), so I wrote this lightweight, zero-dependency library to solve it. It includes strategies for context packing, PII redaction, and tool output compression. Benchmarks show it can save ~15% of tokens with negligible latency overhead (<0.5ms). Happy to answer any questions!
Dec 2025 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →