Skip to content

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

v1.3.0

16 May 10:28
Compare
Choose a tag to compare

Features

  • Java Semantic Kernel GA (1.0.2) version has been integrated. Streaming and Azure AI Search memory approach have been disabled in the UI and will require a new SK version.
  • Azure OpenAI Java sdk has been updated in all modules: 1.0.0-beta-8

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

21 Mar 11:38
Compare
Choose a tag to compare

New Features

  • Support for multiple deployment platforms using azd
  • Support for microservice based architecture with real time document ingestion processing
  • Support for Azure Container Apps deployment
  • Support for Azure Kubernetes Service deployment (thanks @dminkovski)

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.1

v1.1.0

16 Jan 08:40
Compare
Choose a tag to compare

v1.1.0 New Features

  • Support for semantic kernel in chat scenarios.
  • New Indexer component: Documents ingestion process is now fully implemented in Java.
  • Citation to a single page in the whole pdf.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Oct 09:15
Compare
Choose a tag to compare

V1.0.0

This is the first stable release for "chat with your data with open ai and java" code sample.
The available java RAG implementations are:

Conversational Style RAG Approach Java Open AI SDK Java Semantic Kernel
One Shot Ask PlainJavaAskApproach
Chat PlainJavaChatApproach
One Shot Ask JavaSemanticKernelWithMemoryApproach
One Shot Ask JavaSemanticKernelChainsApproach
One Shot Ask JavaSemanticKernelPlannerApproach

Pull Requests

Contributors

Full Changelog: https://github.com/Azure-Samples/azure-search-openai-demo-java/commits/v1.0.0