2024-10-17
版本发布时间: 2024-10-18 08:01:52
Azure-Samples/azure-search-openai-demo最新发布版本:2024-10-28(2024-10-29 06:10:12)
This release includes updates to the code that sets up the search index and optional integrated vectorization feature. Going forward, all indexes will have an Azure OpenAI vectorizer by default, even if not using integrated vectorization. That makes it easy to issue queries in the Portal or from the SDK without having to compute the embedding yourself. It will also make this index more compatible with the VoiceRAG demo.
For those of you using integrated vectorization, it should be easier to use that feature with the newer embedding models now.
What's Changed
- Update all AVM modules to latest by @tonybaloney in https://github.com/Azure-Samples/azure-search-openai-demo/pull/2043
- Updates to integrated vectorization by @pamelafox in https://github.com/Azure-Samples/azure-search-openai-demo/pull/2045
Full Changelog: https://github.com/Azure-Samples/azure-search-openai-demo/compare/2024-10-12...2024-10-17