Add semantic health to Obsidian reindex endpoint

This commit is contained in:
William Valentin
2026-05-22 18:29:29 -07:00
parent 7b9fafcff5
commit a5a298f6d4
2 changed files with 86 additions and 15 deletions
+2
View File
@@ -142,7 +142,9 @@ Local REST API:
RAG/vector store:
- ChromaDB path: `~/.hermes/data/rag-search/chroma/`
- Reindex state/progress: `~/.hermes/data/rag-search/obsidian_index_state.json` and `obsidian_reindex_progress.json`
- Embeddings backend: Ollama on `:18807`, normally `nomic-embed-text`
- Reindex endpoint: `POST :18810/reindex` for incremental updates, `POST :18810/reindex?full=true` for full semantic rebuilds, `GET :18810/semantic-health` to verify vectors plus a search smoke test.
## Monitoring model