QnA Recipe
Create recipes
QnA recipes predominantly utilize RAG workflow to build Generative AI application pipelines. They use Q&A prompts (Refer Prompt Task Types) and LLM to generate responses to user's questions. These responses are generated based on the contextual information derived from the vector embeddings stored in a vector store.
Karini AI Recipe workflow also enables you to evaluate the RAG pipelines using "LLM as a Judge" strategy (Refer Evaluate Recipe).
Last updated