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.
limit
Limit number of experiences to ingest (default: all)
generateEmbeddings
Generate embeddings immediately after ingestion (default: true)
batchSize
Number of experiences to process per batch (default: 100)
Response
This endpoint returns an object.
