1 pointby kubanowacki6 hours ago3 comments
  • vunderba6 hours ago
    > Notion, Obsidian, plain files, GitHub wikis, Confluence — all have the same issue: search is keyword-based and only works if you remember exactly what you wrote.

    My Obsidian markdown notes are continuously indexed into a private Qdrant vector database (segmented on sectional headings). I also have a local Gemma3 LLM which takes any given markdown note and generates a series of theoretical questions that could be answered by the note.

    Embeddings are created for those and placed into the vector database as well to create more valuable linkage. Lots of others probably use a similar combination of keyword, semantic, and RAG to alleviate this issue as well.

  • JohnFen5 hours ago
    I use a wiki for all of this.

    > search is keyword-based and only works if you remember exactly what you wrote.

    For whatever reason, this has never actually been an impediment to finding what I'm looking for. I almost always remember roughly where I put whatever it is that I'm seeking.

  • dbinky6 hours ago
    I have an unusually good memory. lol