allenhutchison / obsidian-gemini

An obsidian plugin to interact with Google Gemini
MIT License
7 stars 2 forks source link

Embeddings and Vector Search #37

Open allenhutchison opened 1 week ago

allenhutchison commented 1 week ago

Would love to include embeddings and vector search over the notes at some point. Both for RAG style response generation and for general search and similarity info.

https://rxdb.info/articles/javascript-vector-database.html#what-is-a-vector-database is a possible direction.