AzureCosmosDB / document-vector-pipeline

Pipeline for ingesting documents (like pdfs and docx) into a searchable Azure Cosmos DB container for vector and hybrid searching.
5 stars 3 forks source link

Remove KeyVault Dependency and Initialize clients using Managed identity directly. Also, update BlobTriggerFunction to read blobstream and do document analysis on read chunks. #2

Closed amisi01 closed 2 months ago

amisi01 commented 2 months ago

Remove KeyVault Dependency and Initialize clients using Managed identity directly. Also, update BlobTriggerFunction to read blobstream and do document analysis on read chunks.