Concepts
Vector Stores and Retrievers Versus RAG (Retrieval-Augmented Generation)
Vector Stores and Retrievers
are tools used to store and fetch data.
Example Search Query:
Response:
RAG (Retrieval-Augmented Generation)
uses these tools as part of a larger workflow that not only retrieves relevant data but also uses it to inform and improve the generation of new content by a language model.
Example Search Query
Response:
Planner-Worker-Solver Versus Plan-and-Execute
Planner-worker-solver workflow
Focuses on explicit problem-solving role.
Useful for well-understood tasks.
Has 3 distinct roles with specific functions.
Plan-and-execute workflow
Focuses on separating planning from execution, with the ability to replan when necessary.
Useful for tasks with unpredictable challenges.
Has only 1 role with 2 phases.
Last updated