Skip to main content

Retrievals

Many LLM applications require access to user-specific data that is not included in the model's training dataset. A key method to achieve this is through Retrieval Augmented Generation (RAG). During this process, external data is sourced and then integrated into the LLM during the generation phase.

TaskingAI offers comprehensive tools for the retrieval system, ranging from straightforward to intricate setups. This section of the documentation delves into all aspects related to the retrieval phase, such as record management and text chunks querying.

For more information, please refer to Retrievals.