Show HN: Open-source semantic search over your local notes via CLI(github.com)
github.com
Show HN: Open-source semantic search over your local notes via CLI
https://github.com/chenxin-yan/nia-vault
3 comments
How does this compare with QMD (https://github.com/tobi/qmd)?
What is the API key used for?
My guess is that Nia Vault uses Nia.
> Nia is an API and MCP layer that gives agents continuously updated context from libraries, research papers, and docs, so they don't hallucinate and you skip manual ingestion.
> Nia is an API and MCP layer that gives agents continuously updated context from libraries, research papers, and docs, so they don't hallucinate and you skip manual ingestion.
What it does:
Semantic search over local folders and notes Works across multiple synced directories RAG-style answers with citations from your own files
How it works:
Calls `POST /search/query` with `local_folders` Uses `search_mode: sources` to return answers + file references
Example:
vault ask "What are my notes about project planning?"
OSS: https://github.com/chenxin-yan/nia-vault