Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
651 stars 324 forks source link

build: Bullseye -> bookworm #926

Closed ross-p-smith closed 1 month ago

ross-p-smith commented 1 month ago

Purpose

There was a problem with the Functions Core Tools that the compression was not working. This meant that we had to tag the version we used.

By not defining that we have to run on Bullseye and use Bookworm (debian 12) instead, we no longer need to pin that version. Testing that this works on Windows first and then seeing if we can get Mac to work on top of this.

Relates to #866

Please bear in mind that you will need to "rebuild" your devcontainer

After:

❯ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
❯ azd version
azd version 1.9.2 (commit c58b02f71710960aba28f81f3698e64cfdda9f96)
❯ func version
4.0.5700
github-actions[bot] commented 1 month ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL240067371% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
196 0 :zzz: 0 :x: 0 :fire: 12.097s :stopwatch: