-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add (serverless) example using all Azure services: - [Azure Blobs](https://learn.microsoft.com/azure/storage/blobs/storage-blobs-introduction): used to store files. - [Azure AI Document Intelligence](https://azure.microsoft.com/products/ai-services/ai-document-intelligence): used to extract text from images. - [Azure OpenAI](https://azure.microsoft.com/products/ai-services/openai-service): used to index data with embeddings and to generate answers. - [Azure AI Search](https://learn.microsoft.com/azure/search/search-what-is-azure-search): used to store embeddings and chunks of text. - [Azure AI Content Safety](https://azure.microsoft.com/products/ai-services/ai-content-safety): validate LLM output to avoid unsafe content. * Update some example docs * Update CONTRIBS * Add logging to `IsDocumentReadyAsync`
- Loading branch information
Showing
19 changed files
with
427 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.