Does this create embeddings?
No. It uses deterministic local term scoring, so exploration has no model or API cost.
Split real source text, ask a real question, and inspect the passages a deterministic local retriever ranks highest. Tune chunk size and overlap before paying for embeddings.
Paste text or load a local TXT/Markdown file up to 5 MB.
This lexical ranking is a fast diagnostic, not a promise of embedding-model performance. Validate representative questions with your production retrieval stack before launch.
No. It uses deterministic local term scoring, so exploration has no model or API cost.
Use representative policies, help articles or documentation and ask questions your users genuinely ask.
There is no universal number. Prefer the smallest chunks that preserve the complete answer and retrieve consistently.