Building a RAG Plugin for Obsidian Notes Using Google's File Store API
I built a RAG plugin for Obsidian using Google's new File Store API and discovered some undocumented quirks along the way.
All of my long-form thoughts on programming, technology, and more. Presented in chronological order.
I built a RAG plugin for Obsidian using Google's new File Store API and discovered some undocumented quirks along the way.
A native PHP solution for intelligent Markdown chunking that preserves document structure and semantic meaning.
How to compile the sqlite-vec SQLite extension directly into your PHP binary using static-php-cli for vector similarity search capabilities.
What if you wanted to search your data by a concept. Not a keyword. But rather something more abstract, like a category? How would you accomplish that?