Task 2 - Optimising RAG
Task 2 - Optimising RAG
Description:
In a RAG model, the quality of the generated response heavily
depends on the context provided to the generation model. By
dynamically managing the context window, we can ensure that
the most relevant and recent information is included in the
prompt, thereby improving the quality of the responses
Implementation Steps:
Description:
Fine-tuning the generation model on domain-specific data can
significantly improve its ability to generate accurate and
contextually appropriate responses. This involves training the
model on a dataset that closely resembles the type of questions
and answers it will encounter in the real world.
Implementation Steps: