TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Add RAG to any app in minutes – Dabarqus

3 pointsby clarge11207 months ago
If you&#x27;re a developer, building a basic RAG solution is pretty straightforward. There are tons of tutorials and how-tos, as well as Python code to reuse. But, if you&#x27;re deploying your RAG solution within a company, or on end-user PCs, you will also have to figure out some potentially tricky deployment and maintenance issues. That also means deploying Python, a vector database, the right embedding AI model, and possibly dealing with licensing challenges.<p>Dabarqus was created to address these issues with a stand-alone, all-in-one solution with no runtime dependencies. It&#x27;s written in C++ and has built-in vector search, an industry-standard embedding model, and a REST API for easy development integration.<p>I made an example python chatbot that uses Dabarqus with Ollama, and put it in the Github repo.<p>I&#x27;d love your feedback – is anything missing? What would make Dabarqus more useful?<p>Thanks for checking this out. Looking forward to your thoughts.

1 comment

mccrory7 months ago
What’s up with the license? It doesn’t look friendly to do anything except build a personal project. It says you can’t redistribute it, unless I’ve misread it somehow?