Summary
Upgrade raglogs ask from keyword-only retrieval to semantic search using stored embeddings (pgvector), as described in the README.
Motivation
- README states: “Semantic retrieval via pgvector is planned for a future release.” (
raglogs ask section)
- Ingest already supports
--with-embeddings; retrieval should use that data when enabled.
Scope (proposal)
Acceptance criteria
- With embeddings ingested,
ask returns relevant answers on paraphrased questions that keyword mode misses.
- Tests with fixture vectors or mocked embedder.
Related
- May interact with “semantic cluster merging” roadmap item; keep concerns separated unless a shared embedding module makes sense.
Summary
Upgrade
raglogs askfrom keyword-only retrieval to semantic search using stored embeddings (pgvector), as described in the README.Motivation
raglogs asksection)--with-embeddings; retrieval should use that data when enabled.Scope (proposal)
Acceptance criteria
askreturns relevant answers on paraphrased questions that keyword mode misses.Related