Ingest experiences into embedding service

Fetches experiences from the local database and ingests them into the external embedding service. This must be done before generating embeddings. Returns statistics about the ingestion process.

Request

This endpoint expects an object.
limitstringOptional

Limit number of experiences to ingest (default: all)

generateEmbeddingsbooleanOptional

Generate embeddings immediately after ingestion (default: true)

batchSizestringOptional

Number of experiences to process per batch (default: 100)

Response

This endpoint returns an object.