🔗 Indexes
Add Index
This endpoint creates an index for an app.
POST
Auth Headers
An API key for your org.
A Client ID for your org.
Body
The Embedding Model to use. Can be either “text-embedding-ada-002”, “clip”, or “custom”.
Name of the Index
Datasource ID to connect to the index.
Type of the index.
FLAT or HNSWThis is only required if you are using a “custom” model.