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

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Sync UI with python #44

Closed johnoliver closed 8 months ago

johnoliver commented 8 months ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information

dantelmomsft commented 8 months ago

@johnoliver the react build task is failing: https://github.com/Azure-Samples/azure-search-openai-demo-java/actions/runs/6586911385/job/17896180888?pr=44

dantelmomsft commented 8 months ago

@johnoliver can you please rebase this with the new commits on the main branch (version 1.1.0)