Azure Storage
Store the documents in Azure Blob Storage.s
Categories:
Azure Blob Storage is Microsoft’s object storage solution for the cloud. Blob Storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn’t adhere to a particular data model or definition, such as text or binary data.
Blob Storage is designed for:
- Serving images or documents directly to a browser.
- Storing files for distributed access.
- Streaming video and audio.
- Writing to log files.
- Storing data for backup and restore, disaster recovery, and archiving.
- Storing data for analysis by an on-premises or Azure-hosted service.
AI Hub uses Blob Storage to store the documents (PDFs) that will be then vectorized, indexed or analyzed.
Learn more about Azure Blob Storage: What is Azure Blob Storage?
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 4, 2024: Solved issue 5: Improve documentation removing manual steps and updating architecture diagram (#56) (08956e4)