Glossary
Retrieval-Augmented Generation (RAG)
A pattern where a search step retrieves the most relevant chunks of your own documents and inserts them into the LLM prompt, so the model answers from your data instead of its training memory.
Glossary
A pattern where a search step retrieves the most relevant chunks of your own documents and inserts them into the LLM prompt, so the model answers from your data instead of its training memory.