Create a knowledge store
A knowledge store holds your videos and the understanding the platform derives from them. Create one before you can query your content through the Responses API. For details on the underlying structure, see Knowledge stores.
To create a knowledge store, use the example below, replacing the placeholders surrounded by <> with your values:
Ingestion config
Jockey works out of the box with default extraction. To shape what the platform emphasizes during indexing, pass an ingestion_config when you create the knowledge store:
For guidance on choosing between default extraction, a natural-language description, and a JSON schema, see Configure ingestion.
Metadata
Attach key-value pairs to a knowledge store for your own tracking. Maximum 16 pairs with string keys and values.
Jupyter notebook
Download the notebook to run this guide interactively.