
❌ This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Current behavior
The schema used to define requests which generate embeddings for content accept a channel_id.
Desired behavior
In addition to the channel_id, the request schema schema-embed_content_request.json should accept a integer channel_version argument.
Value add
Tracking the channel_id on the embeddings allows us to purge embeddings for old versions of the channel, like for content that was removed.