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. https://ollama.com/blog/embedding-models
2. https://github.com/qdrant/qdrant