Releases: Azure-Samples/azure-search-openai-demo-java
Releases · Azure-Samples/azure-search-openai-demo-java
v1.3.0
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
- Fix indexer build by @johnoliver in #82
- Bump vite from 4.5.2 to 4.5.3 in /app/frontend by @dependabot in #84
- Initial port to semantic kernel v1.0.0 by @johnoliver in #85
- Fixed typo and spacing by @yortch in #86
New Contributors
Full Changelog: v1.2.1...v1.3.0
v1.2.1
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
- Update invalid product slugs by @v-xuto in #75
- Added AKS Support with AZD by @dminkovski in #76
- Add ideographic and full-width punctuation to splitter by @tonybaloney in #77
- Updated exit code to 0 on eaysauth scripts by @dminkovski in #79
- Add test and fix for tiny documents not yielding pages by @tonybaloney in #81
- Bump vite from 4.4.12 to 4.5.2 in /app/frontend by @dependabot in #74
New Contributors
- @v-xuto made their first contribution in #75
- @dminkovski made their first contribution in #76
- @tonybaloney made their first contribution in #77
Full Changelog: v1.1.0...v1.2.1
v1.1.0
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
- Sync UI with python by @johnoliver in #44
- Remove duplicate UI element by @johnoliver in #49
- Bump pypdf from 3.9.0 to 3.17.0 in /scripts by @dependabot in #50
- Update main.bicep by @brunoborges in #51
- Add SK chat support by @milderhc in #47
- Fix Tests run on daily schedule #31 by @brunoborges in #40
- Update README.md by @brunoborges in #65
- Follow Python's guidance by @brunoborges in #66
- Bump vite from 4.4.11 to 4.4.12 in /app/frontend by @dependabot in #67
- Fix codespace link by @brunoborges in #70
- Publish Microsoft Authored templates to azure samples browser by @jianingwang123 in #73
New Contributors
- @milderhc made their first contribution in #47
- @jianingwang123 made their first contribution in #73
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- Typo "azure open AI"→"Azure OpenAI" by @hyoshioka0128 in #4
- Improve code quality by @dsibilio in #5
- Cognitive search vector by @dantelmomsft in #6
- Fix a number of azd issues and docs by @johnoliver in #14
- Highlight open on codespace by @brunoborges in #19
- Fix configuring open ai region by @johnoliver in #22
- Add table of contents by @johnoliver in #23
- Name the azd template as -java by @brunoborges in #36
- Hide planner approach pending creating a stable response by @johnoliver in #15
- Add examples of azd deployments by @johnoliver in #24
- Add linting and code formatting as an optional profile to maven by @johnoliver in #35
- Update UI 3 by @dantelmomsft in #37
- Bring in latest updates to UI from Python by @johnoliver in #34
- Add streaming capability by @johnoliver in #38
- Adjust readme by @brunoborges in #39
- Add john/bruno into codeowners by @brunoborges in #41
- Bump postcss from 8.4.25 to 8.4.31 in /app/frontend by @dependabot in #13
- Bump @babel/traverse from 7.23.0 to 7.23.2 in /app/frontend by @dependabot in #42
- Update README.md by @brunoborges in #43
- Apply code formatting rules defined in spotless by @johnoliver in #45
Contributors
- @vtjc2002 for azure devops pipeline support
- @hyoshioka0128 made their first contribution in #4
- @dsibilio made their first contribution in #5
- @johnoliver made their first contribution in #14
- @brunoborges made their first contribution in #19
- @euchungmsft and [email protected] thanks for testing the repo and providing significant feedback
Full Changelog: https://github.com/Azure-Samples/azure-search-openai-demo-java/commits/v1.0.0