DEV Community

Cover image for Do we really need a vector database for every AI documentation chatbot?
Elanthirayan
Elanthirayan

Posted on

Do we really need a vector database for every AI documentation chatbot?

Been seeing a lot of discussions around RAG, embeddings, and vector databases lately.
That made me wonder, do we really need a vector database for every AI documentation chatbot?

So I explored Google's Open Knowledge Format (OKF) and built Ask-Your-Markdown to better understand where this approach fits. I also wrote a blog sharing what I learned. Both the article and the GitHub repository are mentioned below.

If you've been curious about OKF, I hope this helps.

GitHub logo imelanthirayan / Ask-Your-Markdown

Ask questions about a folder of Markdown files using AI or offline search. Built on Google's Open Knowledge Format (OKF).

๐Ÿ“š Ask Your Markdown

Ask questions about a folder of markdown files - and get answers grounded in your documents.

No database. No embeddings. No vendor lock-in. Just your Markdown files, organized with OKF and ready to browse - with or without an LLM.

Built on the Open Knowledge Format (OKF) - an open, vendor-neutral standard from Google Cloud.

Works with OpenAI ยท Azure AI Foundry ยท or fully offline.


๐Ÿงญ Table of contents


๐Ÿ’ก Why this exists

Imagine a drawer full of notes -โ€ฆ

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.