nowfound

Alternatives

Products that do what An extensive set of RAG implementations+many different strategies does

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!

  1. 1IS

    Everything that would be here is in the README. I hope this gets big, it has tons of potential.

    2013 · github.com

  2. 2GA

    I wanted to learn more about RAG implementations, so I built something to solve the constant digging through manuals whenever we play a game. It's fairly simplistic, but actually has worked pretty well for some of these conflicts. Everythings Open Source on GitHub if you're curious (or have ideas), and I'd love to hear feedback from fellow boardgamers!

    2024 · gamegame.ai

  3. 3
    Super RAG114

    Super performant RAG pipelines for AI apps

    2024

  4. 4IB

    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

  5. 5PR

    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&#x2F;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

  6. 6AW

    I've been presenting at local meetups about Context Engineering, RAG, Skills, etc.. I even have a vbrownbag coming up on LinkedIn about this topic so I figured I would make a basic example that uses bedrock so I can use it in my talks or vbrownbags. Hopefully it's useful.

    Apr 2026 · github.com

  7. 7

    Dive deep into AI Retrieval Augmented Generation (RAG)

    2024

  8. 8OS

    Hey HN! We’ve published a series of open-source notebooks showcasing Advanced RAG and Agentic architectures, and we’re excited to share our latest compilation of Agentic RAG techniques! These Colab-ready notebooks are designed to be plug-and-play, making it easy to integrate them into your projects. We're actively expanding the repository and would love your input to shape its future. What Advanced RAG technique should we add next? Drop your ideas in the comments or open an issue on GitHub!

    2025 · github.com

  9. 9VA
  10. 10WB

    Hi HN, Our research team just released the best performing and most efficient reranker out there, and it's available now as an open weight model on HuggingFace. Reranker v2 was designed specifically for agentic RAG, supports instruction following (our v1 was the first to introduce this), and is multilingual. Along with this, we're also open source our eval set, which allows you to reproduce our benchmark results. By releasing these datasets, we are also advancing instruction-following reranking evaluation, where high-quality benchmarks are currently limited. Please give it a try and let us…

    2025 · huggingface.co

  11. 11MS

    Hello HN! I've been working on http://underthesite.com for the last month and now think it is ready for some full strength HN feedback. What do you guys think? It crawls up to 10 pages of a given site while you wait, looking for community-provided CSS / XPath selectors and regular expressions. Additionally, I'd like to appeal to you to submit matchers for technologies that you care about. Technologies are easy to add, so add your favorite jQuery plugins, analytics tools, client-side node.js wrappers, what have you. I'm going to be running a large crawl in the next few days and want to make…

    2011

  12. 12AO

    Hi HN, We built one of the largest RAG set-ups that exist toady with Usul.ai (6B tokens). We started by using langchain and llamaindex, they were able to get us to a prototype in a couple of days, but took 3 months of taking pieces apart and optimizing them to make it perform well at such large scale. We put all of these learning into an MIT licensed open-source project — Agentset. Our goal to let people get production quality RAG w&#x2F;o having to understand or optimize the underlying pieces. It supports 22 file formats, agentic search, deep research, citations, and a UI out of the box.…

    Oct 2025 · github.com

  13. 13RW

    RAG Web UI is designed to be the most straightforward way to build your own knowledge-based Q&A system. While other RAG (Retrieval-Augmented Generation) projects might be complex, we focus on making it super easy to understand and use. Why It's The Most Beginner-Friendly: Simple Document Management - Just upload your documents (PDF, DOCX, Markdown, Text) - System handles all the complex processing automatically - No need to worry about document chunking or vectorization - Documents update automatically in the background Easy-to-Use Chat Interface - Ask questions in plain language - Get…

    2025 · github.com

  14. 14

    LinkingMem — Graph-native RAG Engine

    Jul 2026 · linking-mem.vercel.app

  15. 15

    LinkingMem — Graph-native RAG Engine

    Jun 2026

  16. 16IM

    I spent the past few weeks making an open source cloud code editing environment with an AI copilot and multiplayer collaboration! It's fully self-hostable in 5-10 minutes. There's a lot of minor improvements to be made, and some are already listed in the Github issues. Let me know what you think and feel free to try it out.

    2024 · github.com

  17. 17SC

    I built this because I was tired of guessing why my RAG system was failing. It projects user queries vs. documents into 2D space to find 'Red Zones' (high user intent, low documentation). Open source, built with FastAPI + React. Would love feedback on the clustering logic.

    Dec 2025 · github.com

  18. 18RA
  19. 19IB

    After years of struggling with onboarding to new projects, I got tired of spending weeks just trying to grasp the basics of a codebase. The README rarely tells the whole story, and "just read the code" isn't practical for large repos. I built RepoIQ to create personalized learning paths through any GitHub repository. It analyzes the codebase structure, identifies key components, and creates a step-by-step guide tailored to your learning needs.

    2025 · repoiq.be

  20. 20FC

    Hi there, I've created this side project to make it easier to find interesting repositories using AI. There's still a lot of work to be done to improve it, so any suggestions for enhancements would be greatly appreciated. Thank you!

    2024 · awesome-repositories.com

  21. 21IB

    I’ve spent the last 2.5 months building a product that runs LLM-powered code reviews on my pull requests — and I just launched it. The tool is built specifically for solo developers. You install it on your repo, trigger a scan by creating a pull request, and it leaves structured review comments using OpenAI under the hood. Funnily enough, I used the dev version of this app to review its own pull requests while building it. It helped me spot bugs, simplify structure, and keep quality high — all with minimal need for another human in the loop. Things I want to try out in the next months : -…

    2025 · codii.dev

  22. 22HM

    I made this as a pair programming exercise with o1-preview. o1 did most of the heavy lifting, through high level prompts, but eventually I needed to diverge from it to get to completion. My initial prompt was: --- I'm making a web app: It's like 4chan, but each thread starts with a gps coordinate. People can only post text and images. I want to build it with flask and sqlalchemy. I want just the backend and data model that supports these threads, anonymous users, and users that can register a permanent username. Write as much of it as you can for me. --- This produced a fully scaffolded…

    2024 · mapchan.com

  23. 23UG
  24. 24OO

    Hi HN, I built OpenFable, an open-source retrieval engine that implements the FABLE algorithm (https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;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…

    Apr 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →