Deploy an embedding model in OpenSearch to serve vector embeddings, then configure EventBridge to automatically deliver new document events (e.g., OSS uploads) to the inference API endpoint, creating an automated pipeline that embeds and indexes content as it arrives.
Deploy an embedding model in OpenSearch to serve vector embeddings, then configure EventBridge to automatically deliver new document events (e.g., OSS uploads) to the inference API endpoint, creating an automated pipeline that embeds and indexes content as it arrives.
See eb/eb-deliver-destinations.
See opensearch/opensearch-deploy-model.
Q: How does the event-driven embedding pipeline automatically trigger vectorization on document upload? A: The pipeline automatically embeds and indexes content by configuring EventBridge to deliver new document events directly to an OpenSearch inference API endpoint. This architecture combines EventBridge destination delivery with a deployed OpenSearch embedding model to create a fully automated vectorization workflow.