siv io

Index - Search your AI chats with context — 100% locally

by
Ever felt like — i think i searched the same thing 2 days ago? that's exactly why i built this extension, it helps you search your AI chats with context and meaning while keeping all your data locally on your system

Add a comment

Replies

Best
siv io
Maker
📌
I kept searching the same things with AI and got different answers every time So i built this extension — it indexes your ai chats so you can search them later, It doesn't just matches keyword to find a chat, instead it uses vector embeddings to find similar chats by meaning and context It works by fetching your ai chats on supported sites (chatgpt, claude and perplexity), then it converts them to embeddings locally using the Xenova-all-miniLM-L6 model (bascially, converts your text into a bunch on numbers) and stores them in IndexDB - locally When your search something it uses cosine similarity to find similar chats It's open source and all the data stays on your system