For anyone into taking notes try adding them to a vector database so you can query them with natural language rather than stuffing SEO keywords and labels into them for searchability. You can use local models via something like Ollama [1] to generate the embeddings and store them in a DB. I’ve been playing around with Qdrant [2] running in Docker and found it easy to setup. 1. 2.