Skip to content

An AI ChatBot that allows users to upload files for Retrieval-Augmented chat completions

Notifications You must be signed in to change notification settings

Amnish04/raggy-chats

Repository files navigation

Raggy Chats

❗ Are you frustrated by LLM's Hallucinations on queries about things its not trained on?

❗ Are you looking for a companion that can read your documents, make sense of it, and help?

❗ Are you uncomfortable with your personal conversations with LLM being stored in someone's database?

Here's a hero for the rescue 🦸‍♂️

Raggy Chats is a lightweight AI chatbot, focusing specifically on Retrieval Augemented Generation (RAG), with your documents' embeddings stored locally in IndexedDB.

Users upload documents relevant to the context of their queries, and Raggy Chats conducts semantic search on documents' content, ranks the most relevant chunks using Cosine Similarity, and augments the original query with retrieved context from uploaded documents.

RaggyChatsHomePage

About

An AI ChatBot that allows users to upload files for Retrieval-Augmented chat completions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages