💾 Archived View for g.codelearn.me › 2023-06-03-semantra_semantic_search.gmi captured on 2024-08-31 at 11:56:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
I've been looking for ways to search my org-roam notes and other org files I have.
Previously I was using
Semantra is "Multi-tool for semantic search" as it's state on the github page.
It's a CLI tool written in Python. One can give it a list of text files you want this tool to be aware of. It also works with PDFs!
It starts HTTP server with nice UI that you can query.
--------------------------------------------------------------------------------
I also made an extension that queries semantra on every tab loaded
--here is how it looks like--