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