Core concepts
- RAG – retrieval-augmented generation: a model answers after searching a collection
- Corpus – documents, fragments, and metadata used by an assistant
- Chunking – preparing documents for precise retrieval
- Embeddings – numerical representations used for semantic search
GURU