Introduction

Chariot is a platform that enables developers to easily add natural language capabilities (GPT 3.5, GPT-4) to their new and existing applications. We provide the following features so you can add AI-powered features to your applications quickly:

  • Document processing - Parse, chunk, and embed your text, files, and URLs.
  • Retrieval & memory - Managed vector storage, retrieval, and deletion.
  • Conversation history - Store and query historical conversations.
  • Simple API - Easily add Chariot to your new and existing apps.

Getting started

To get started, create a new API key from the dashboard and begin making requests. See the quickstart guide for more, or the API reference below.

API Reference

Applications

Learn about the application model and how to create, retrieve, update, delete, and list applications.

Conversations

Learn about the conversation model and how to create, retrieve, update, delete, and list conversations.

Sources

Learn about the source model and how to create, retrieve, update, delete, and list sources.

Guides

Building your first application

Learn how to create your first application with Chariot.

Read more

Adding sources

Learn how to upload and store data for your application.

Read more

Streaming conversations

Learn how to stream messages directly to your users.

Read more