Use this guide when you need to keep item data current and user behavior signals flowing into NeuronSearchLab.Documentation Index
Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Choose item ID ownership
Decide whether your source catalog will provide stable item IDs or let NeuronSearchLab generate them.
Common workflows
Create catalog items
Submit user interaction events
Maintain ingestion quality
- Validate required fields before publishing payloads.
- Use Unix timestamps in integer seconds for event consistency.
- Monitor event throughput and lag in your own pipeline metrics.
Example app journey: Daily sync + real-time feedback
Sync catalog records
Nightly job creates new catalog items using
/v1/items and updates existing records with /v1/items/{id}.Request recommendations
App session requests recommendations from the Core API recommendation endpoint.

