Skip to content

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

2024-02-01: Authentication improvement, new JSON Parser

02 Feb 01:10
270d869
Compare
Choose a tag to compare

This release adds a new JSONParser class, which also serves as an example of how to bring in other local parsers for desired file formats. This release also includes improved token validation for authentications, so please merge that change if you are using the authentication feature.

What's Changed

New Contributors

Full Changelog: 2024-01-27...2024-02-01

2024-01-27: Bugfix for GPT-4-with-vision, frontend file rename

27 Jan 15:49
2e900be
Compare
Choose a tag to compare

This release includes a fix for developers using the GPT-4-with-vision option, and a rename of frontend files (OneShot -> Ask).

What's Changed

Full Changelog: 2024-01-25...2024-01-27

2024-01-24: ACL improvements, OpenAI tools upgrade

25 Jan 20:57
62c5ae8
Compare
Choose a tag to compare

This PR includes an important upgrade for anyone using the ACL feature, adding authentication checks for the /content endpoint. In addition, the authentication checks are now implemented as decorators which can be added to any route.

What's Changed

New Contributors

Full Changelog: 23-01-2024...25-01-2024

2024-01-25: Support for free tiers

26 Jan 00:30
457c4d2
Compare
Choose a tag to compare

This release makes it possible to deploy the app on free tiers and with a free account. See https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_lowcost.md for more details.

What's Changed

  • Make it possible to deploy on free App Service and free Search Service tier by @pamelafox in #1166

Full Changelog: 25-01-2024...2024-01-25

2024-01-23: Evaluation tool, Lllamafile support, other bug fixes

24 Jan 01:03
462616e
Compare
Choose a tag to compare

This release contain small fixes to the optional authentication, GPT-4-Vision integration, prepdocs script, and local hot reloading.

It also includes a link to a new evaluation tool for evaluating app response quality and new documentation about running the app locally against a llamafile server.

What's Changed

New Contributors

Full Changelog: 12-12-2023-automate-auth...23-01-2024

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.