Core#
Core building blocks for RAG and more advanced functionalities, such as agents.
Overview#
|
A base class that provides an easy way for data to interact with LLMs. |
Base building block for building LLM task pipelines. |
|
Container component for composing multiple components, such as Sequential and ComponentList. |
|
This is the default system prompt template used in the AdalFlow. |
|
LocalDB to perform in-memory storage and data persistence(pickle or any filesystem) for data models like documents and dialogturn. |