Glossary¶
| Term | Definition |
|---|---|
| RAG | Retrieval Augmented Generation – combines search with LLM generation. |
| Chunk | Small text unit indexed for retrieval. |
| Embedding | Vector representation of text enabling semantic similarity search. |
| Index | Search structure storing embeddings + metadata. |
| Persona | Representative user archetype for design decisions. |