Backfill Analytics Data
Get Started
Context supports one-time backfilling of transcripts from files or other data sources. To backfill your data, create a script to iterate over your conversations, using our SDKs to log transcripts as normal.
Correcting Timestamps
Context.ai will by default attribute a transcript's occurrence time (the time at which the interaction between the user and the LLM took place) to the ingestion time (the moment at which the transcript was ingested to Context.ai).
When backfilling your data from a static data source, you may wish to override the occurrence time with a timestamp from your dataset.
To override the attribution timestamp, set the event_timestamp
field within one of the sub-message objects:
Examples
Import from CSV
Last updated