Show HN: I built an offline open-source RAG system DataBridge

github.com

5 points by Adityav369 3 days ago

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 check it out here:

Docs: https://databridge.gitbook.io/databridge-docs Code: https://github.com/databridge-org/databridge-core

If you can try it out, would really really appreciate it :)). Any and every feedback welcome.