Skip to main content

Tools for developers

All Agentic RAG features are available through its APIs. It covers all the steps from data ingestion to search and RAG.

To simplify the development process, Agentic RAG provides two Software Development Kits (SDKs):

  • Python SDK: It allows you to call the Agentic RAG API from a Python script, or to integrate Agentic RAG in popular Python web frameworks like Django. It also comes with a command-line interface (CLI) for enhanced usability.
  • JavaScript/TypeScript SDK: It allows to integrate Agentic RAG in your frontend application, like React, Next.js, Angular, Vue.js, Svelte, etc.

These SDKs serve as wrappers for the API. While we strive to keep them up-to-date, the API will always have the latest features.

note

This section contains the API reference, it is generated automatically from the following OpenAPI specifications: