Create an index
1
Open Content sources
Go to Content sources. The Indices tab lists the indexes in the current environment; Stage outputs lists content generated by tasks.
2
Add an index
Click Add index and give it a name and an alias. The alias is the stable handle you use when pushing documents and when referencing the index elsewhere.
3
Push your documents
Send your records to the index through the ingestion API using a management client key. Management clients
Document shape
A document is a JSON object. Speedtrain reads whatever fields you send, so the shape is yours to decide — use the field names your source system already uses rather than inventing new ones.Images
If you want a vision model to see the product photos, add a top-level$images array:
An empty
$images: [] is valid — “this document has no pictures” is a legitimate fact, and what happens next is decided by the task configuration. Capabilities