Add a retriever
Add a retriever to your prompt to augment and add context to your prompts with AI search results.
Avant de commencer
Role required: sn_skill_builder.admin
Pourquoi et quand exécuter cette tâche
Using a retriever in a skill enhances the relevance and coherence of a response by pulling relevant information from a source and then feeding it to a large language model (LLM) to create the final output. This process leads to smoother conversational flow and better scalability as data grows, without requiring model fine-tuning.
A retriever enables the chatbot to access external knowledge by fetching relevant background information, resulting in more factual, in-depth, and informed responses.