Releases: Azure-Samples/azure-search-openai-demo-csharp
Releases · Azure-Samples/azure-search-openai-demo-csharp
2024-09-16 - Enhanced Deployment and Documentation Updates
General
This release includes a low-cost deployment process, updated Azure AI Document Intelligence references, and a new video tutorial for deployment from Codespaces. It also features a workflow to close stale issues, readme updates, and a fixed typo in SettingsPanel.razor.
What's Changed
- Add low cost deployment process and update Azure AI Document Intelligence references by @elbruno in #364
- Add video to explain the deploy from Codespaces by @elbruno in #361
- GH Workflow to Close stale issues and PRs by @elbruno in #365
- Update readme. Complete details in Cost Estimation section by @elbruno in #366
- Fixed typo in SettingsPanel.razor by @shribr in #369
- Add Guidance main section to README.md by @elbruno in #368
- Set East US as the only proposed region to run azd up by @elbruno in #367
Full Changelog: 2024-08-28...2024-09-16
2024-08-28: Updated nuget pkgs, update deploy to use gpt-4o-mini and target region
Main changes up to 2024-08-28
- update nuget packages to latest versions.
- change default model from gpt-35-turbo to gpt-4o-mini
- change default azure deployment region to East US
- remove the paragraph about requesting access to AOAI
- improve yml files
- update readme with Azure AI Search
- update core AZD bicep modules from the official repo
- implement chat protocol
What's Changed
- Initial PR: azure-search-openai-demo with dotnet backend by @dluc in #2
- Upgrade SK, Refactoring and code style by @dluc in #3
- Renamed Azure template to 'azure-search-openai-demo-csharp' by @adrianwyatt in #6
- Replace MVC with minimal APIs by @IEvangelist in #5
- Update README.md by @IEvangelist in #7
- Removing python bits in start.sh by @LittleLittleCloud in #8
- fetch inline docs in citation by @LittleLittleCloud in #9
- add chat service by @LittleLittleCloud in #12
- fix parsing history bug in utils by @LittleLittleCloud in #13
- add retrievereadretrieve approach by @LittleLittleCloud in #14
- add decomposite approach by @LittleLittleCloud in #18
- Remove React frontend - Add .NET Blazor frontend by @IEvangelist in #22
- Update the image in the README.md by @IEvangelist in #23
- Remove localization. by @IEvangelist in #24
- Upgrade SK by @dluc in #28
- improve planner stability by @LittleLittleCloud in #26
- Flow
CancellationToken
through async APIs by @IEvangelist in #30 - Added bUnit component test project by @IEvangelist in #29
- improve search document funciton by @LittleLittleCloud in #27
- deploy frontend to swa by @LittleLittleCloud in #32
- Cleanup and tests by @IEvangelist in #33
- Added fallback by @IEvangelist in #34
- Add voice controls for text input by @IEvangelist in #37
- adding linux in azure.yaml by @LittleLittleCloud in #36
- Updates to extensions and README.md by @IEvangelist in #35
- publish in release mode by @LittleLittleCloud in #38
- Added missing enter key press handling by @IEvangelist in #39
- Fixed various parsing errors in supporting content. by @IEvangelist in #41
- Update Image Creator generated images to not include faces by @IEvangelist in #42
- Rewrite the scripts to be a .NET command line app by @IEvangelist in #43
- Address response latency concerns on
api/ask
endpoint by @IEvangelist in #44 - Better client-side stream handling by @IEvangelist in #54
- update sk version by @LittleLittleCloud in #51
- Fix the css for inline code blocks by @IEvangelist in #55
- Remove unused CSS by @IEvangelist in #56
- Convert the client app over from standalone to hosted by @IEvangelist in #57
- Replace in-memory caching, with Redis caching. by @IEvangelist in #59
- add local embeddings by @LittleLittleCloud in #63
- ACA-ify the app by @IEvangelist in #62
- Remove the output cache for the citation endpoint by @IEvangelist in #69
- Conditional Redis cache based on connection string by @IEvangelist in #70
- Rewrote citation URLs functionality by @IEvangelist in #66
- Assign the correct content type when uploading the docs. by @IEvangelist in #73
- remove e.g examples prompt in chat service by @LittleLittleCloud in #74
- Update app architecture diagram by @LadyNaggaga in #77
- use fewshot but put example in ###Example### tag by @LittleLittleCloud in #75
- Latest bits from Brady by @IEvangelist in #78
- Use existing resources when secrets exist by @IEvangelist in #79
- Update devcontainer files by @jongio in #80
- Add Docker dependency by @luisquintanilla in #89
- Update README.md to include App Spaces instructions by @takyyon in #81
- Update azure-dev.yml - Remove input requirement on workflow_dispatch even by @takyyon in #90
- Update demo architecture diagram to the branch repo and update readme by @YenChiHo in #93
- Add keyvault endpoint instructions by @luisquintanilla in #96
- use gpt35 in /chat api by @LittleLittleCloud in #95
- Pull infra and other peripherals from Brady by @IEvangelist in #97
- use offset to create index by @LittleLittleCloud in #98
- Add links to blog post build session and survey by @luisquintanilla in #99
- Set deployment time expectation by @luisquintanilla in #100
- fix blob endpoint by @LittleLittleCloud in #102
- Revert overwritten README changes. by @luisquintanilla in #101
- Update/refactor bicep by @jongio in #107
- Moving Dockerfile up a folder, fixing local
azd package
build by @paulyuk in #111 - Update AzureIdentitySDK client by @vhvb1989 in #110
- Update cogservices to support new RP API by @jongio in #114
- Update the gpt model from davinci to turbo by @coolcsh in #116
- Updated docker file to run on local architecture by @coolcsh in #118
- change from https to http and model update by @coolcsh in #119
- Added
/documents
route by @IEvangelist in #147 - Set the metadata for the blob, post-processing. by @IEvangelist in #148
- Bump langchain from 0.0.78 to 0.0.236 in /notebooks by @dependabot in #146
- Roles-scripts by @jongio in #122
- Update model versoin and remove notebooks by @luisquint...