azure-blob-storage-source
This source agent reads documents as they are uploaded to an Azure blob container. The container will be created if it doesn’t exist.
Example
Example of reading from a container, extracting the document text, splitting the text into chunks, and outputting each chunk as a message to the output topic.
Use Azure CLI to upload a local file to the container
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated