Releases: microsoft/multimodal-ai
Releases · microsoft/multimodal-ai
Release list
v0.2.0
What's Changed
- fixes image citations not rendering correctly by @vslepakov in #126
- updates image citation style's height by @vslepakov in #129
- Add devcontainer and codespaces support by @daltondhcp in #128
- Terraform deployment fixes by @onderyildirim in #127
- Update readme.md by @cbonheur in #131
- Terraform deployment fixes by @onderyildirim in #132
- readme update by @onderyildirim in #136
- Bicep: Pre req and post deploy ins by @vslepakov in #133
- Prereqs for secure and private by default by @vslepakov in #135
- terraform updates for secure by default for webapp and function by @onderyildirim in #139
- defaulting to EntraID (Bicep) by @krnese in #137
- Azure Open AI private access by @vslepakov in #144
- Private network access for Azure AI Search by @vslepakov in #149
- Ensure that PEs are created in the VNET location by @vslepakov in #153
- Defaults auth to Microsoft Entra ID by @vslepakov in #154
- Enables private network access to Azure KeyVault by @vslepakov in #157
- Network security for storage account by @vslepakov in #160
- deny public access to webapp by @onderyildirim in #162
- GitHub Workflows by @vslepakov in #173
- Terraform - Azure Monitor Private Access by @victorar in #172
- Shared private access for search by @ksaye in #174
- Using the public GitHub hosted runner by @vslepakov in #192
- Deploy Cognitive Services via Private Endpoints by @victorar in #193
- AI Search: Fix Errors Deploying the Index and the Indexer by @vslepakov in #196
- Shared private access for search by @ksaye in #202
- Update connectivity.tf by @ksaye in #203
- Docs updates by @victorar in #208
- Fix: AI Search Indexer Failure by @vslepakov in #210
- Fix images in citations by @victorar in #212
- Docs: Note About Custom Skill Deployment by @vslepakov in #215
- access token refresh by @onderyildirim in #206
- Update support guide by @victorar in #216
- Contribution guide by @daltondhcp in #217
- Merge-dependabot-prs by @onderyildirim in #218
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release
What's included in this release
- Initial release of the RAG Multimodal AI Solution based on text and images embeddings.
- Support for PDF files only.
- Data processing activities performed server-side on Azure AI Search via integrated vectorisation and by using custom skills.
- Image generation via AI Search and persisted leveraging knowledge store.
- User interaction via web application.
- Documentation including detailed architecture as well as deployment instructions.
- Solution deployment via Bicep.
- Solution deployment via Terraform.
References
This initial release leverages the following components from other GitHub projects:
- Python scripts for enhancing text embeddings from: https://github.com/Azure-Samples/azure-search-openai-demo
- Web application from: https://github.com/Azure-Samples/azure-search-openai-demo