The goal is to deliver two semantic search prototypes that surface section text, with a path to compare full-section vs sentence-level results.
- Prototype 1 (simple wiki): Modify the current interface to surface the full section text (text already indexed).
- Prototype 2 (tbd wiki): Choose and index a second wiki; implement a pipeline using the same section level embeddings approach as for prototype 1.
- Investigate whether we can use sentence embeddings to output a more specific selection of text per search result. Out of scope: deeper research on optimal snippet.and advanced IR/LLM methods beyond the sentence-level baseline; production-grade user experiments.