1. Chunking
Paste (or edit) some text, then split it into overlapping chunks the way chunking.py does.
2. Embedding
Turn the chunks above into vectors using BAAI/bge-m3. Only a preview of each 1024-dim vector is shown.
3. Storage
What's actually indexed right now, in the persisted vector store.
Loading…
4. Query
Ask a question. It gets embedded and compared against the indexed sample corpus — and, if you embedded text above, against your own text too (not indexed, compared live for comparison only).