Rag Components
Rag components are described as below
- Loading
This is the component which is helping us to load the required data into RAG system.
- Indexing
Indexing our data into the index store which can further help us query the information.
- Storing
This is storing the index so that we do not need to query all the time again and again.
- Querying
This is querying the data from the index.
- Evaluating
Approach for evaluating the results.