Skip to content

Releases: Azure-Samples/azure-search-openai-demo

2023-12-13: Support for multi-modal search

13 Dec 21:10
3601589
Compare
Choose a tag to compare
  • Feature Enhancement:

Introduces multimodal capabilities to the RAG sample.
Leverages Azure OpenAI GPT-4 Vision-preview for enhanced functionality.

  • Integration:

Integrates seamlessly with Azure OpenAI GPT-4 Vision for powerful multimodal capabilities.

  • Documentation Update:

New documentation available in docs/gpt4.md for setting up and experiencing the new multimodal capability.
Users are encouraged to review the documentation for a smooth onboarding experience.

  • How to Get Started:

Follow the instructions in docs/gpt4.md to configure and unlock the multimodal features.

What's Changed

Full Changelog: 04-12-2023...12-13-2023

2023-12-12: Automation of Login and Entra ID setup

13 Dec 23:18
cf97be4
Compare
Choose a tag to compare

This is another large release with improvements to automate the setup of Entra ID authentication (login and access control).
See the updated guide for steps on setting it up using azd:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/LoginAndAclSetup.md#automatic-setup

We have several improvements planned to auth, please follow these issues:
https://github.com/Azure-Samples/azure-search-openai-demo/issues?q=is%3Aopen+is%3Aissue+author%3Amattmsft+label%3Aauth

As usual, post in the issue tracker if you attempt to use the new automated setup and run into any issues.

What's Changed

Full Changelog: 12-13-2023...12-12-2023-automate-auth

2023-04-12: OpenAI 1.0 Upgrade

04 Dec 22:58
aa02563
Compare
Choose a tag to compare

The big change in today's release is upgrading to OpenAI 1.0 SDK. This should not cause any backwards compatibility issues.

What's Changed

  • Upgrade OpenAI SDK to v1 by @tonybaloney in #1017
  • [Docs] Update search internationalization links to table with string values by @pamelafox in #993
  • [Docs] Add to readme: links, getting help, load balancing by @pamelafox in #1019

Full Changelog: 29-11-2023...04-12-2023

2023-11-29: Fall release

29 Nov 22:26
7403b26
Compare
Choose a tag to compare

We're going to start using releases more consistently. You can choose to watch just the "releases" in this repository to be notified of the latest changes. This is our first release since July, so the changelog below includes quite a few changes.

The most notable changes are:

  • streaming responses in the UI and backend
  • optional login and document ACLs
  • rendering full PDFs instead of single pages in the UI
  • support for non-Azure OpenAI
  • removal of langchain-based approaches
  • calculation of MD5 hashes when uploading docs (to avoid redundant uploads later)

What's Changed

Read more

2023-07-18: Vector search enabled

18 Jul 20:37
85791db
Compare
Choose a tag to compare

This release added vector search from Azure AI search.

2023-07-17: Upgrade to ChatCompletion API

17 Jul 20:01
6bfb2cc
Compare
Choose a tag to compare

This release upgrades the OpenAI API to use ChatCompletion instead of Completion.