Integrations#
AdalFlow integrates with many popular AI and database platforms to provide a comprehensive solution for your LLM applications.
Model Providers#
AdalFlow supports a wide range of model providers, each offering unique capabilities and models:
Major Class |
Description |
Tutorial |
---|---|---|
A user-facing orchestration component that handles LLM predictions. It includes a prompt template, model client, and output parser. |
||
An agent that uses large language model reasoning (Re) and actions (Act) to solve queries. |
||
The low-level component managing the actual calls to a chosen LLM (OpenAI, Anthropic, VLLM, etc.). |
Vector Databases#
Embedding and Reranking Models#
Major Class |
Description |
Tutorial |
---|---|---|
A user-facing component that orchestrates embedding models via |
||
Each subclass can be a local, a vector-db, a retranker, or an LLM-turned retriever to handle retrieval tasks in RAG. |
||
Chunking large text into smaller segments for more efficient and accurate embedding, retrieval, and LLM context processing. |