Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from Azure-Samples:main #34

Open
wants to merge 99 commits into
base: main
Choose a base branch
from

Commits on Jul 1, 2024

  1. fix ruff check (#1772)

    john0isaac authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    46b7453 View commit details
    Browse the repository at this point in the history
  2. Bump the python-requirements group across 1 directory with 19 updates (

    …#1775)
    
    * Bump the python-requirements group across 1 directory with 19 updates
    
    Bumps the python-requirements group with 19 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [aiofiles](https://github.com/Tinche/aiofiles) | `23.2.1` | `24.1.0` |
    | [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.17.0` | `1.17.1` |
    | [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b26` | `1.0.0b27` |
    | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.1.0` | `8.0.0` |
    | [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) | `1.28.1` | `1.29.0` |
    | [msal-extensions](https://github.com/AzureAD/microsoft-authentication-extensions-for-python) | `1.1.0` | `1.2.0` |
    | [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.4.0` |
    | [openai](https://github.com/openai/openai-python) | `1.35.1` | `1.35.7` |
    | opentelemetry-semantic-conventions-ai | `0.3.1` | `0.3.2` |
    | [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `10.4.0` |
    | [portalocker](https://github.com/wolph/portalocker) | `2.8.2` | `2.10.0` |
    | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.18.4` | `2.20.0` |
    | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.5` | `1.24.7` |
    | [pymupdfb](https://github.com/pymupdf/pymupdf) | `1.24.3` | `1.24.6` |
    | [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) | `1.0.1` | `1.0.2` |
    | [tenacity](https://github.com/jd/tenacity) | `8.4.1` | `8.4.2` |
    | [time-machine](https://github.com/adamchainz/time-machine) | `2.14.1` | `2.14.2` |
    
    
    
    Updates `aiofiles` from 23.2.1 to 24.1.0
    - [Release notes](https://github.com/Tinche/aiofiles/releases)
    - [Commits](Tinche/aiofiles@v23.2.1...v24.1.0)
    
    Updates `azure-identity` from 1.17.0 to 1.17.1
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-identity_1.17.0...azure-identity_1.17.1)
    
    Updates `azure-monitor-opentelemetry-exporter` from 1.0.0b26 to 1.0.0b27
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry-exporter_1.0.0b26...azure-monitor-opentelemetry-exporter_1.0.0b27)
    
    Updates `fixedint` from 0.1.6 to 0.2.0
    - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
    - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)
    
    Updates `importlib-metadata` from 7.1.0 to 8.0.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.1.0...v8.0.0)
    
    Updates `msal` from 1.28.1 to 1.29.0
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
    - [Commits](AzureAD/microsoft-authentication-library-for-python@1.28.1...1.29.0)
    
    Updates `msal-extensions` from 1.1.0 to 1.2.0
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases)
    - [Commits](AzureAD/microsoft-authentication-extensions-for-python@1.1.0...1.2.0)
    
    Updates `msgraph-sdk` from 1.1.0 to 1.4.0
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.4.0)
    
    Updates `openai` from 1.35.1 to 1.35.7
    - [Release notes](https://github.com/openai/openai-python/releases)
    - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-python@v1.35.1...v1.35.7)
    
    Updates `opentelemetry-semantic-conventions-ai` from 0.3.1 to 0.3.2
    
    Updates `pillow` from 10.3.0 to 10.4.0
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.3.0...10.4.0)
    
    Updates `portalocker` from 2.8.2 to 2.10.0
    - [Release notes](https://github.com/wolph/portalocker/releases)
    - [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst)
    - [Commits](wolph/portalocker@v2.8.2...v2.10.0)
    
    Updates `psutil` from 5.9.8 to 6.0.0
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)
    
    Updates `pydantic-core` from 2.18.4 to 2.20.0
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.18.4...v2.20.0)
    
    Updates `pymupdf` from 1.24.5 to 1.24.7
    - [Release notes](https://github.com/pymupdf/pymupdf/releases)
    - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
    - [Commits](pymupdf/PyMuPDF@1.24.5...1.24.7)
    
    Updates `pymupdfb` from 1.24.3 to 1.24.6
    - [Release notes](https://github.com/pymupdf/pymupdf/releases)
    - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
    - [Commits](pymupdf/PyMuPDF@1.24.3...1.24.6)
    
    Updates `std-uritemplate` from 1.0.1 to 1.0.2
    - [Commits](std-uritemplate/std-uritemplate@1.0.1...1.0.2)
    
    Updates `tenacity` from 8.4.1 to 8.4.2
    - [Release notes](https://github.com/jd/tenacity/releases)
    - [Commits](jd/tenacity@8.4.1...8.4.2)
    
    Updates `time-machine` from 2.14.1 to 2.14.2
    - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst)
    - [Commits](adamchainz/time-machine@2.14.1...2.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiofiles
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: azure-identity
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: azure-monitor-opentelemetry-exporter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: fixedint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: msal
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: msal-extensions
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: msgraph-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: openai
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: opentelemetry-semantic-conventions-ai
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pillow
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: portalocker
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: psutil
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: pymupdf
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pymupdfb
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: std-uritemplate
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: tenacity
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: time-machine
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix ruff to ruff check
    
    * Fix ruff check
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    dependabot[bot] and pamelafox authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a6f9d83 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix login state management (#1778)

    * Issue #1639 was caused by a stale login token not being refreshed after the expiry period
    * The login code only fetched the login token once when the page was loaded and did not properly reflect login state changes if the user logged in and out unless the page was refreshed.
    * Update the React state management code to use a context to pass login state to all the components that need this to render properly.
    mattgotteiner authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7374ee5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    f4fb45c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. CSS changes for responsive design (#1646)

    * initial css changes for responsive design
    
    * run prettier
    
    * Add e2e tests for different sizes
    
    * updated layout with a hamburger menu item
    
    * cleanup and fixed spacing around the login button
    
    * Updating e2e tests for burger menu and title change
    
    * Running prettier
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1603e94 View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 5.4.5 to 5.5.3 in /app/frontend (#1796)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e8fd819 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Docs: More ideas for improving search results (#1811)

    * Add more customization ideas
    
    * Add more customization ideas
    pamelafox authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d34fec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4af71 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Prepdocs: Support additional args (#1813)

    Prepdocs shell scripts support additional arguments
    mattgotteiner authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ea19e14 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Use AVM for log analytics and application insights. (#1817)

    * Use AVM for log analytics and application insights.
    
    * Use previous setting for resource/workspace permissions
    tonybaloney authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    93a0206 View commit details
    Browse the repository at this point in the history
  2. Bump @vitejs/plugin-react from 4.1.1 to 4.3.1 in /app/frontend (#1757)

    Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.1.1 to 4.3.1.
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.1/packages/plugin-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitejs/plugin-react"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c273398 View commit details
    Browse the repository at this point in the history
  3. Add an optional seed parameter (#1814)

    * Add seed parameter
    
    * Assert seed is None in tests
    
    * Add tests
    
    * Add tests snapshots
    pamelafox authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    96a8417 View commit details
    Browse the repository at this point in the history
  4. Bump certifi from 2024.6.2 to 2024.7.4 in /app/backend (#1789)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
    - [Commits](certifi/python-certifi@2024.06.02...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    58747a1 View commit details
    Browse the repository at this point in the history
  5. Use AVM for all Cognitive Services accounts and services (#1818)

    * Use AVM for OpenAI deployment
    
    * Use AVM for CV, Speech Services and Doc Intelligence
    
    * Add network ACLs to all resource types.
    
    ---------
    
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    tonybaloney and pamelafox authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b49a89c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. fix validation pipeline with missing files and actions (#1774)

    * add missing sections and reorganize content
    
    * add missing security file
    
    * add security devops action to azure dev workflow
    
    * add upload sarif  action to azure dev workflow
    
    * move screenshot and video after feature list
    
    * prioritizing cost information
    
    * moving running locally back down
    
    * remove actions
    
    * Some reorg that still meets reqs
    
    * Fix broken links
    
    * Delete local certs
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cfbfa41 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Bump the python-requirements group across 1 directory with 21 updates (

    …#1851)
    
    * Bump the python-requirements group across 1 directory with 21 updates
    
    Bumps the python-requirements group with 21 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.20.0` | `12.21.0` |
    | [azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-python) | `12.15.0` | `12.16.0` |
    | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.0` |
    | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.1.0` | `8.0.0` |
    | [microsoft-kiota-http](https://github.com/microsoft/kiota) | `1.3.1` | `1.3.2` |
    | [msal](https://github.com/AzureAD/microsoft-authentication-library-for-python) | `1.29.0` | `1.30.0` |
    | [msgraph-core](https://github.com/microsoftgraph/msgraph-sdk-python-core) | `1.1.0` | `1.1.2` |
    | [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.5.3` |
    | [numpy](https://github.com/numpy/numpy) | `2.0.0` | `2.0.1` |
    | [openai](https://github.com/openai/openai-python) | `1.35.7` | `1.36.1` |
    | [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.23.0` | `0.25.5` |
    | opentelemetry-semantic-conventions-ai | `0.3.1` | `0.3.6` |
    | [portalocker](https://github.com/wolph/portalocker) | `2.10.0` | `2.10.1` |
    | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
    | [pydantic](https://github.com/pydantic/pydantic) | `2.8.0` | `2.8.2` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.0` | `2.20.1` |
    | [pypdf](https://github.com/py-pdf/pypdf) | `4.2.0` | `4.3.1` |
    | [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) | `1.0.2` | `1.0.3` |
    | [tenacity](https://github.com/jd/tenacity) | `8.4.2` | `8.5.0` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` |
    
    
    
    Updates `azure-storage-blob` from 12.20.0 to 12.21.0
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.20.0...azure-storage-blob_12.21.0)
    
    Updates `azure-storage-file-datalake` from 12.15.0 to 12.16.0
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-storage-file-datalake_12.15.0...azure-storage-file-datalake_12.16.0)
    
    Updates `cryptography` from 42.0.8 to 43.0.0
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.8...43.0.0)
    
    Updates `fixedint` from 0.1.6 to 0.2.0
    - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
    - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)
    
    Updates `importlib-metadata` from 7.1.0 to 8.0.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.1.0...v8.0.0)
    
    Updates `microsoft-kiota-http` from 1.3.1 to 1.3.2
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    Updates `msal` from 1.29.0 to 1.30.0
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-python/releases)
    - [Commits](AzureAD/microsoft-authentication-library-for-python@1.29.0...1.30.0)
    
    Updates `msgraph-core` from 1.1.0 to 1.1.2
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python-core/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python-core/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python-core@v1.1.0...v1.1.2)
    
    Updates `msgraph-sdk` from 1.1.0 to 1.5.3
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.5.3)
    
    Updates `numpy` from 2.0.0 to 2.0.1
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v2.0.0...v2.0.1)
    
    Updates `openai` from 1.35.7 to 1.36.1
    - [Release notes](https://github.com/openai/openai-python/releases)
    - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-python@v1.35.7...v1.36.1)
    
    Updates `opentelemetry-instrumentation-openai` from 0.23.0 to 0.25.5
    - [Release notes](https://github.com/traceloop/openllmetry/releases)
    - [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
    - [Commits](traceloop/openllmetry@0.23.0...0.25.5)
    
    Updates `opentelemetry-semantic-conventions-ai` from 0.3.1 to 0.3.6
    
    Updates `portalocker` from 2.10.0 to 2.10.1
    - [Release notes](https://github.com/wolph/portalocker/releases)
    - [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst)
    - [Commits](wolph/portalocker@v2.10.0...v2.10.1)
    
    Updates `psutil` from 5.9.8 to 6.0.0
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)
    
    Updates `pydantic` from 2.8.0 to 2.8.2
    - [Release notes](https://github.com/pydantic/pydantic/releases)
    - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
    - [Commits](pydantic/pydantic@v2.8.0...v2.8.2)
    
    Updates `pydantic-core` from 2.20.0 to 2.20.1
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.20.0...v2.20.1)
    
    Updates `pypdf` from 4.2.0 to 4.3.1
    - [Release notes](https://github.com/py-pdf/pypdf/releases)
    - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
    - [Commits](py-pdf/pypdf@4.2.0...4.3.1)
    
    Updates `std-uritemplate` from 1.0.2 to 1.0.3
    - [Commits](std-uritemplate/std-uritemplate@1.0.2...1.0.3)
    
    Updates `tenacity` from 8.4.2 to 8.5.0
    - [Release notes](https://github.com/jd/tenacity/releases)
    - [Commits](jd/tenacity@8.4.2...8.5.0)
    
    Updates `uvicorn` from 0.30.1 to 0.30.3
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.1...0.30.3)
    
    ---
    updated-dependencies:
    - dependency-name: azure-storage-blob
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: azure-storage-file-datalake
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: fixedint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: microsoft-kiota-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: msal
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: msgraph-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: msgraph-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-semantic-conventions-ai
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: portalocker
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: psutil
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: pydantic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pypdf
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: std-uritemplate
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: tenacity
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Fix mypy and reqs
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    dependabot[bot] and pamelafox authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    23c60da View commit details
    Browse the repository at this point in the history
  2. Bump @fluentui/react-icons from 2.0.221 to 2.0.249 in /app/frontend (#…

    …1848)
    
    Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.221 to 2.0.249.
    - [Commits](https://github.com/microsoft/fluentui-system-icons/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@fluentui/react-icons"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c9de2c1 View commit details
    Browse the repository at this point in the history
  3. Bump marked from 13.0.0 to 13.0.2 in /app/frontend (#1847)

    Bumps [marked](https://github.com/markedjs/marked) from 13.0.0 to 13.0.2.
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v13.0.0...v13.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6751135 View commit details
    Browse the repository at this point in the history
  4. Bump @azure/msal-react from 2.0.6 to 2.0.21 in /app/frontend (#1849)

    Bumps [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.0.6 to 2.0.21.
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
    - [Commits](AzureAD/microsoft-authentication-library-for-js@msal-react-v2.0.6...msal-react-v2.0.21)
    
    ---
    updated-dependencies:
    - dependency-name: "@azure/msal-react"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    dependabot[bot] and pamelafox authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3dc31ce View commit details
    Browse the repository at this point in the history
  5. Remove VM (#1852)

    pamelafox authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0a62d10 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. New screenshot for README file. (#1853)

    * typo fix ENABLE_GLOBAL_DOCUMENT
    
    * update screenshot - testing
    
    * device specific images
    zedhaque authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3c0697d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    a5b3334 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Fix logging (#1874)

    * Fix logging
    
    * Fix
    pamelafox authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    28ffa99 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#1878)

    Enhance code block format for README.md that user can easier to copy with copy button.
    lamtrinhdev authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    c559f2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1837d5f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Fix broken paths (#1883)

    * fix broken reference in readme
    
    * fix broken reference in readme
    john0isaac authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1a32cd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update deploy_features.md (#1885)

    * Update deploy_features.md
    
    Added detailed instructions for setting up GPT-4 and GPT-4o deployments. Included specific commands for deployment names, model versions, and deployment capacities. Clarified steps for setting deployment capacity with a note on default values for GPT-4o.
    
    * Update deploy_features.md
    
    Hi @pamelafox, I have made the suggested changes, including adding instructions for the -mini model. Please review the updated file. Thanks!
    
    * Apply suggestions from code review
    
    * Update docs/deploy_features.md
    
    * Update docs/deploy_features.md
    
    * Update docs/deploy_features.md
    
    * Update docs/deploy_features.md
    
    * Update docs/deploy_features.md
    
    * Update deploy_features.md
    
    This update corrects various markdown formatting issues to comply with markdownlint standards.
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    YIN-Renlong and pamelafox authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    27816c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Replace python-jose with pyjwt (#1875)

    * Replace python-jose with pyjwt.
    
    * Replace non-existent get_unverified_claims function
    
    * Change Exception to handle JWT-specific errors
    
    * Convert the public key to PEM format
    
    * Add pem format tests
    
    * Another test, plus autherror fixes
    
    ---------
    
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    blutril and pamelafox authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a8b1202 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Upgrade openai, openai-messages-token-helper, for gpt-4o-mini support (

    …#1893)
    
    * Bump the python-requirements group across 1 directory with 43 updates
    
    Bumps the python-requirements group with 43 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.1` |
    | [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
    | [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.6.0` | `1.6.1` |
    | [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) | `1.0.0b27` | `1.0.0b28` |
    | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.21.0` | `12.22.0` |
    | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.0` |
    | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.1.0` | `8.2.0` |
    | [microsoft-kiota-serialization-json](https://github.com/microsoft/kiota) | `1.2.0` | `1.3.0` |
    | [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.5.4` |
    | [openai](https://github.com/openai/openai-python) | `1.37.0` | `1.40.1` |
    | [openai-messages-token-helper](https://github.com/pamelafox/openai-messages-token-helper) | `0.1.5` | `0.1.8` |
    | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.25.0` | `1.26.0` |
    | [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-aiohttp-client](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-asgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-dbapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-flask](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-httpx](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.25.5` | `0.26.5` |
    | [opentelemetry-instrumentation-psycopg2](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-urllib](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-urllib3](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-instrumentation-wsgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.25.0` | `1.26.0` |
    | [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.46b0` | `0.47b0` |
    | opentelemetry-semantic-conventions-ai | `0.3.4` | `0.4.1` |
    | [opentelemetry-util-http](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.46b0` | `0.47b0` |
    | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.21.0` |
    | [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` |
    | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.24.7` | `1.24.9` |
    | [pymupdfb](https://github.com/pymupdf/pymupdf) | `1.24.6` | `1.24.9` |
    | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.15` | `2024.7.24` |
    | [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) | `1.0.3` | `1.0.5` |
    | [tenacity](https://github.com/jd/tenacity) | `8.5.0` | `9.0.0` |
    | [time-machine](https://github.com/adamchainz/time-machine) | `2.14.2` | `2.15.0` |
    | [tqdm](https://github.com/tqdm/tqdm) | `4.66.4` | `4.66.5` |
    | [types-html5lib](https://github.com/python/typeshed) | `1.1.11.20240228` | `1.1.11.20240806` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.3` | `0.30.5` |
    
    
    
    Updates `aiohttp` from 3.9.5 to 3.10.1
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.1)
    
    Updates `attrs` from 23.2.0 to 24.2.0
    - [Commits](https://github.com/sponsors/hynek/commits)
    
    Updates `azure-monitor-opentelemetry` from 1.6.0 to 1.6.1
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry_1.6.0...azure-monitor-opentelemetry_1.6.1)
    
    Updates `azure-monitor-opentelemetry-exporter` from 1.0.0b27 to 1.0.0b28
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry-exporter_1.0.0b27...azure-monitor-opentelemetry-exporter_1.0.0b28)
    
    Updates `azure-storage-blob` from 12.21.0 to 12.22.0
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.21.0...azure-storage-blob_12.22.0)
    
    Updates `cffi` from 1.16.0 to 1.17.0
    - [Release notes](https://github.com/python-cffi/cffi/releases)
    - [Commits](python-cffi/cffi@v1.16.0...v1.17.0)
    
    Updates `fixedint` from 0.1.6 to 0.2.0
    - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
    - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)
    
    Updates `importlib-metadata` from 7.1.0 to 8.2.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.1.0...v8.2.0)
    
    Updates `microsoft-kiota-serialization-json` from 1.2.0 to 1.3.0
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](microsoft/kiota@v1.2.0...v1.3.0)
    
    Updates `msgraph-sdk` from 1.1.0 to 1.5.4
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.5.4)
    
    Updates `openai` from 1.37.0 to 1.40.1
    - [Release notes](https://github.com/openai/openai-python/releases)
    - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-python@v1.37.0...v1.40.1)
    
    Updates `openai-messages-token-helper` from 0.1.5 to 0.1.8
    - [Changelog](https://github.com/pamelafox/openai-messages-token-helper/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/pamelafox/openai-messages-token-helper/commits)
    
    Updates `opentelemetry-api` from 1.25.0 to 1.26.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.25.0...v1.26.0)
    
    Updates `opentelemetry-instrumentation` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-aiohttp-client` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-asgi` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-dbapi` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-django` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-fastapi` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-flask` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-httpx` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-openai` from 0.25.5 to 0.26.5
    - [Release notes](https://github.com/traceloop/openllmetry/releases)
    - [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
    - [Commits](traceloop/openllmetry@0.25.5...0.26.5)
    
    Updates `opentelemetry-instrumentation-psycopg2` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-requests` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-urllib` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-urllib3` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-instrumentation-wsgi` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `opentelemetry-sdk` from 1.25.0 to 1.26.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-python@v1.25.0...v1.26.0)
    
    Updates `opentelemetry-semantic-conventions` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)
    
    Updates `opentelemetry-semantic-conventions-ai` from 0.3.4 to 0.4.1
    
    Updates `opentelemetry-util-http` from 0.46b0 to 0.47b0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)
    
    Updates `psutil` from 5.9.8 to 6.0.0
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)
    
    Updates `pydantic-core` from 2.20.1 to 2.21.0
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.20.1...v2.21.0)
    
    Updates `pyjwt[crypto]` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/jpadilla/pyjwt/releases)
    - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
    - [Commits](jpadilla/pyjwt@2.8.0...2.9.0)
    
    Updates `pymupdf` from 1.24.7 to 1.24.9
    - [Release notes](https://github.com/pymupdf/pymupdf/releases)
    - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
    - [Commits](pymupdf/PyMuPDF@1.24.7...1.24.9)
    
    Updates `pymupdfb` from 1.24.6 to 1.24.9
    - [Release notes](https://github.com/pymupdf/pymupdf/releases)
    - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
    - [Commits](pymupdf/PyMuPDF@1.24.6...1.24.9)
    
    Updates `regex` from 2024.5.15 to 2024.7.24
    - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
    - [Commits](mrabarnett/mrab-regex@2024.5.15...2024.7.24)
    
    Updates `std-uritemplate` from 1.0.3 to 1.0.5
    - [Release notes](https://github.com/std-uritemplate/std-uritemplate/releases)
    - [Commits](std-uritemplate/std-uritemplate@1.0.3...1.0.5)
    
    Updates `tenacity` from 8.5.0 to 9.0.0
    - [Release notes](https://github.com/jd/tenacity/releases)
    - [Commits](jd/tenacity@8.5.0...9.0.0)
    
    Updates `time-machine` from 2.14.2 to 2.15.0
    - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst)
    - [Commits](adamchainz/time-machine@2.14.2...2.15.0)
    
    Updates `tqdm` from 4.66.4 to 4.66.5
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.66.4...v4.66.5)
    
    Updates `types-html5lib` from 1.1.11.20240228 to 1.1.11.20240806
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `uvicorn` from 0.30.3 to 0.30.5
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.3...0.30.5)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: attrs
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: azure-monitor-opentelemetry
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: azure-monitor-opentelemetry-exporter
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: azure-storage-blob
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: cffi
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: fixedint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: microsoft-kiota-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: msgraph-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: openai-messages-token-helper
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: opentelemetry-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-aiohttp-client
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-asgi
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-dbapi
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-django
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-fastapi
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-flask
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-httpx
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-psycopg2
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-requests
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-urllib
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-urllib3
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-wsgi
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-semantic-conventions
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: opentelemetry-semantic-conventions-ai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: opentelemetry-util-http
      dependency-type: direct:production
      dependency-group: python-requirements
    - dependency-name: psutil
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: pyjwt[crypto]
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: pymupdf
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: pymupdfb
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: std-uritemplate
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: tenacity
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: time-machine
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: tqdm
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: types-html5lib
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements
    
    * Update for latest OpenAI SDK, dont pass down unneeded bits
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    dependabot[bot] and pamelafox authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    55b0961 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Better handling of auth errors (#1879)

    * Better handling of auth errors
    
    * Remove newline
    
    * Update app/frontend/src/authConfig.ts
    pamelafox authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f71bbdf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    c98d4be View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Bump @fluentui/react-components from 9.37.3 to 9.54.13 in /app/fronte…

    …nd (#1918)
    
    Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.37.3 to 9.54.13.
    - [Release notes](https://github.com/microsoft/fluentui/releases)
    - [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
    - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.3...@fluentui/react-components_v9.54.13)
    
    ---
    updated-dependencies:
    - dependency-name: "@fluentui/react-components"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8fe6429 View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.10.1 to 3.10.2 in /app/backend (#1921)

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.1 to 3.10.2.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.1...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    01a4111 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Updated docs (#1925)

    pamelafox authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d313c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add Markdown Render Support to GPT completions (#56)

    * Add Markdown support. Use rehype-raw to retain raw innerHTML
    
    * Rm extra whitespace breaks
    
    * Replace python-jose with pyjwt.
    
    * Replace non-existent get_unverified_claims function
    
    * Change Exception to handle JWT-specific errors
    
    * Convert the public key to PEM format
    
    * Add pem format tests
    
    * Another test, plus autherror fixes
    
    * Remove directives to not return markdown.
    
    * Add table support
    
    * Update snapshots with new system prompt
    
    ---------
    
    Co-authored-by: pmorgen <pm@md6.ch>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    4 people authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    781bf21 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. On Demand Azure Speech Generation (#1894)

    * on demand speech, fix #1892
    
    * cache speech urls
    
    * maintain one audio source across app
    
    prevent speech generation while streaming the response
    
    * create speechConfig type to group speech config
    
    * Update app/frontend/src/pages/ask/Ask.tsx
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update app/frontend/src/pages/chat/Chat.tsx
    
    * Preload the sync icon
    
    ---------
    
    Co-authored-by: John Aziz <John.Aziz@gemindz.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    3 people authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f7969c0 View commit details
    Browse the repository at this point in the history
  2. Allow disabling app services auth (#1932)

    * guidance on disabling app services auth for programmatic access
    
    * Update docs/login_and_acl.md
    
    * Update docs/login_and_acl.md
    
    * Update docs/login_and_acl.md
    
    * Update infra/main.bicep
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    mattgotteiner and pamelafox authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e854195 View commit details
    Browse the repository at this point in the history
  3. Bump the python-requirements group across 1 directory with 16 updates (

    …#1924)
    
    * Bump the python-requirements group across 1 directory with 16 updates
    
    Bumps the python-requirements group with 16 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.3.5` | `2.4.0` |
    | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.2` | `3.10.5` |
    | azure-cognitiveservices-speech | `1.38.0` | `1.40.0` |
    | [fixedint](https://github.com/nneonneo/fixedint) | `0.1.6` | `0.2.0` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.3.0` |
    | [microsoft-kiota-http](https://github.com/microsoft/kiota) | `1.3.2` | `1.3.3` |
    | [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) | `1.1.0` | `1.5.4` |
    | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.0` |
    | [openai](https://github.com/openai/openai-python) | `1.40.1` | `1.41.0` |
    | [openai-messages-token-helper](https://github.com/pamelafox/openai-messages-token-helper) | `0.1.9` | `0.1.10` |
    | [opentelemetry-instrumentation-openai](https://github.com/traceloop/openllmetry) | `0.26.5` | `0.27.0` |
    | [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
    | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.23.0` |
    | [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` |
    | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.0` |
    
    
    
    Updates `aiohappyeyeballs` from 2.3.5 to 2.4.0
    - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
    - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
    - [Commits](aio-libs/aiohappyeyeballs@v2.3.5...v2.4.0)
    
    Updates `aiohttp` from 3.10.2 to 3.10.5
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.10.5/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.10.2...v3.10.5)
    
    Updates `azure-cognitiveservices-speech` from 1.38.0 to 1.40.0
    
    Updates `fixedint` from 0.1.6 to 0.2.0
    - [Changelog](https://github.com/nneonneo/fixedint/blob/master/CHANGES)
    - [Commits](nneonneo/fixedint@v0.1.6...v0.2.0)
    
    Updates `importlib-metadata` from 8.0.0 to 8.3.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v8.0.0...v8.3.0)
    
    Updates `microsoft-kiota-http` from 1.3.2 to 1.3.3
    - [Release notes](https://github.com/microsoft/kiota/releases)
    - [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/kiota/commits)
    
    Updates `msgraph-sdk` from 1.1.0 to 1.5.4
    - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases)
    - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md)
    - [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.5.4)
    
    Updates `numpy` from 2.0.1 to 2.1.0
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v2.0.1...v2.1.0)
    
    Updates `openai` from 1.40.1 to 1.41.0
    - [Release notes](https://github.com/openai/openai-python/releases)
    - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
    - [Commits](openai/openai-python@v1.40.1...v1.41.0)
    
    Updates `openai-messages-token-helper` from 0.1.9 to 0.1.10
    - [Changelog](https://github.com/pamelafox/openai-messages-token-helper/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/pamelafox/openai-messages-token-helper/commits)
    
    Updates `opentelemetry-instrumentation-openai` from 0.26.5 to 0.27.0
    - [Release notes](https://github.com/traceloop/openllmetry/releases)
    - [Changelog](https://github.com/traceloop/openllmetry/blob/main/CHANGELOG.md)
    - [Commits](traceloop/openllmetry@0.26.5...0.27.0)
    
    Updates `psutil` from 5.9.8 to 6.0.0
    - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
    - [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)
    
    Updates `pydantic-core` from 2.20.1 to 2.23.0
    - [Release notes](https://github.com/pydantic/pydantic-core/releases)
    - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.0)
    
    Updates `soupsieve` from 2.5 to 2.6
    - [Release notes](https://github.com/facelessuser/soupsieve/releases)
    - [Commits](facelessuser/soupsieve@2.5...2.6)
    
    Updates `uvicorn` from 0.30.5 to 0.30.6
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.5...0.30.6)
    
    Updates `zipp` from 3.19.2 to 3.20.0
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.19.2...v3.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: aiohappyeyeballs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: aiohttp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: azure-cognitiveservices-speech
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: fixedint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: importlib-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: microsoft-kiota-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: msgraph-sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: openai-messages-token-helper
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: opentelemetry-instrumentation-openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: psutil
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-requirements
    - dependency-name: pydantic-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: soupsieve
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    - dependency-name: uvicorn
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-requirements
    - dependency-name: zipp
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-requirements
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements
    
    * Pin numpy for 3.9 support
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7b55ad2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Reduce JS size (#1947)

    pamelafox authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cd2dcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5627c View commit details
    Browse the repository at this point in the history
  3. Frontend multi-language support #1690 (#1790)

    * WIP: Frontend multi-language support #1690
    
    * WIP(2): Merge branch 'main' into multiLang
    
    * WIP(4): Implement language switching for File Upload Feature
    
    * Playwright fail fix
    
    * Merge with main
    
    * Merge fix
    
    * Use fluent dropdown and add label to language picker
    
    * Use string instead of String
    
    * Pin mypy
    
    * Reflecting changes based on review comments
    
    * Reflecting changes based on review comments-2
    
    * Make the language picker optional
    
    * Fixes in docs/deploy_features.md
    
    * Revert changes made to package-lock.json
    
    * minor fix
    
    * minor fix
    
    * Playwright fail fix
    
    * Use the language value in the API payload
    
    * merge
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9073b65 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    9581ea7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update README.md to include auth login fix for github codespaces users (

    #1856)
    
    * Update README.md to include auth login fix for github codespaces users
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fe229cc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Better support for deploying to non-home tenant (#1964)

    * Better support for multitenant
    
    * Update app/backend/app.py
    
    Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
    
    * Better types
    
    * Update the mock
    
    * Fix Bicep workflow
    
    * Add process timeout in both places
    
    ---------
    
    Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
    pamelafox and tonybaloney authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2333426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc74772 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Adlsgen2 fixes (#1974)

    * Modified create_or_get_group Function. Added the mailEnabled and mailNickname properties.
    
    * Changed  the conditional check in the adlsgen2setup.sh script. The change from -n to -z ensures that the script correctly verifies whether the AZURE_ADLS_GEN2_STORAGE_ACCOUNT environment variable is set and non-empty before proceeding. This is the intended behavior to avoid running the script without the necessary configuration.
    
    * Added a comment to inform the developer to resolve a potential AAD tenant issue in adlsgen2setup.py
    john-carroll-sw authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f3abc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Add Azure Container Apps as a host option (#1952)

    * Update bicep for ACA
    
    * First working version
    
    * Support workload profile
    
    * Add support for CORS and fix identity for openai
    
    * Add aca-host
    
    * Make acr unique
    
    * Add doc for aca host
    
    * Update ACA docs
    
    * Remove unneeded bicep files
    
    * Revert chanes to infra/main.parameters.json
    
    * Fix markdown lint issues
    
    * Run frontend build before building docker image
    
    * remove symlinks and update scripts with paths relative to its own folder instead of cwd
    
    * Merge with main.bicep
    
    * output AZURE_CONTAINER_REGISTRY_ENDPOINT
    
    * Fix deployment with app service
    
    * Improve naming and README
    
    * Fix identity name and cost esitmation for aca
    
    * Share env vars in bicep and update docs
    
    * Revert "remove symlinks and update scripts with paths relative to its own folder instead of cwd"
    
    This reverts commit 40287f2.
    
    * Add containerapps as a commented out host option
    
    * Update app/backend/.dockerignore
    
    * Apply suggestions from code review
    
    * More steps for deployment guide
    
    * Update azure.yaml
    
    * Update comment
    
    * cleanup bicep files and improve docs
    
    * Update condition for running in production for credential
    
    * Update ManagedIdentityCredential to use UAMI for containerapps
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    3 people authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0225f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    46b3d6a View commit details
    Browse the repository at this point in the history
  2. Bump rollup from 3.29.4 to 3.29.5 in /app/frontend (#1994)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.29.4...v3.29.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    106b52b View commit details
    Browse the repository at this point in the history
  3. Refactor scripts to avoid anti-patterns, redundancy (#1986)

    * Update bicep for ACA
    
    * First working version
    
    * Support workload profile
    
    * Add support for CORS and fix identity for openai
    
    * Add aca-host
    
    * Make acr unique
    
    * Add doc for aca host
    
    * Update ACA docs
    
    * Remove unneeded bicep files
    
    * Revert chanes to infra/main.parameters.json
    
    * Fix markdown lint issues
    
    * Run frontend build before building docker image
    
    * remove symlinks and update scripts with paths relative to its own folder instead of cwd
    
    * Merge with main.bicep
    
    * output AZURE_CONTAINER_REGISTRY_ENDPOINT
    
    * Fix deployment with app service
    
    * Improve naming and README
    
    * Fix identity name and cost esitmation for aca
    
    * Share env vars in bicep and update docs
    
    * Revert "remove symlinks and update scripts with paths relative to its own folder instead of cwd"
    
    This reverts commit 40287f2.
    
    * Add containerapps as a commented out host option
    
    * Update app/backend/.dockerignore
    
    * Apply suggestions from code review
    
    * More steps for deployment guide
    
    * Update azure.yaml
    
    * Update comment
    
    * cleanup bicep files and improve docs
    
    * Update condition for running in production for credential
    
    * Refactors to scripts
    
    * Remove phi changes
    
    * Make mypy happy
    
    * Add dotenv requirement
    
    * Env var tweaks
    
    * Fix error handling
    
    * Update manageacl.py commands
    
    * Doc update
    
    * Adding more tests for prepdocs
    
    * Fix markdown copy
    
    * Fix relative links
    
    * Make prepdocs mypy happy
    
    * Fix auth_update if check
    
    ---------
    
    Co-authored-by: yefuwang <1yefuwang1@gmail.com>
    Co-authored-by: Yefu Wang <yefuwang@microsoft.com>
    3 people authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b8f0a74 View commit details
    Browse the repository at this point in the history
  4. Bump dompurify and @types/dompurify in /app/frontend (#1983)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together.
    
    Updates `dompurify` from 3.0.6 to 3.1.6
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@3.0.6...3.1.6)
    
    Updates `@types/dompurify` from 3.0.4 to 3.0.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/dompurify"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b52ebc2 View commit details
    Browse the repository at this point in the history
  5. Bump cryptography from 43.0.0 to 43.0.1 in /app/backend (#1967)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.0...43.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    162a36d View commit details
    Browse the repository at this point in the history
  6. Changes for easier working with local models (#1992)

    * Changes for easier working with local models
    
    * Markdown lint
    
    * Ollama docs
    pamelafox authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9722c78 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Bump vite from 4.5.3 to 5.4.8 in /app/frontend (#1995)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 5.4.8.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a127523 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Adding CSV Parser (#1996)

    * Create csvparser.py
    
    I am adding the CSV parser python code.
    it works with basic CSV files.
    
    * Update prepdocs.py
    
    updating the csv parser code and importing the CsvParser class
    
    * Create test_csvparser.py
    
    Added CSV Test file
    
    * Update test_csvparser.py
    
    Formatted the file
    
    * Update csvparser.py
    
    Formatted the file
    
    * Update prepdocs.py
    
    * Update prepdocs.py
    
    * Update csvparser.py
    
    * Update prepdocs.py
    
    * Fix prepdocs and tests to match main
    
    ---------
    
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    3 people authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2dd7ba9 View commit details
    Browse the repository at this point in the history
  2. Bump @azure/msal-browser from 3.19.1 to 3.24.0 in /app/frontend (#1984)

    Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.19.1 to 3.24.0.
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
    - [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.19.1...msal-browser-v3.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@azure/msal-browser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0136294 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    f4f6896 View commit details
    Browse the repository at this point in the history
  2. Add chat history feature (#1988)

    * Add chat history feature
    
    This commit adds the following new files:
    - HistoryItem: A new component for displaying chat history items.
    - HistoryPanel: A new component for displaying the chat history panel.
    - HistoryButton: A new component for opening the chat history.
    - HistoryProviders: A new module containing history provider classes.
    
    These changes include functionality to support future enhancements to the chat history feature.
    
    * Add translations for chat history in Spanish and French
    
    * Update e2e test
    
    * Refactor chat history configuration variables
    Changed variable names to make their functions clearer.
    
    * Refactor session state handling
    Changed to generate session state on the server side.
    
    * Add support for chat history feature to bicep
    
    * Update workflows, docs, typing
    
    * Apply suggestions from code review
    
    Co-authored-by: Wassim Chegham <github@wassim.dev>
    
    * Revert e2e test change
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Wassim Chegham <github@wassim.dev>
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    4 people authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    be26d31 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump i18next from 23.14.0 to 23.15.2 in /app/frontend (#2027)

    Bumps [i18next](https://github.com/i18next/i18next) from 23.14.0 to 23.15.2.
    - [Release notes](https://github.com/i18next/i18next/releases)
    - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
    - [Commits](i18next/i18next@v23.14.0...v23.15.2)
    
    ---
    updated-dependencies:
    - dependency-name: i18next
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    40b3101 View commit details
    Browse the repository at this point in the history
  2. Bump react-router-dom from 6.23.1 to 6.26.2 in /app/frontend (#2025)

    Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.1 to 6.26.2.
    - [Release notes](https://github.com/remix-run/react-router/releases)
    - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
    - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom)
    
    ---
    updated-dependencies:
    - dependency-name: react-router-dom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e81189f View commit details
    Browse the repository at this point in the history
  3. Bump @types/react from 18.3.3 to 18.3.11 in /app/frontend (#2024)

    Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.3 to 18.3.11.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d46ea7d View commit details
    Browse the repository at this point in the history
  4. Bump @vitejs/plugin-react from 4.3.1 to 4.3.2 in /app/frontend (#2026)

    Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.1 to 4.3.2.
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.2/packages/plugin-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitejs/plugin-react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    07362d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Adding support for Azure OpenAI Deployment Types (Global Standard, St…

    …andard, Provisioned) (#2014)
    
    * Update deploy_features.md
    
    * Update azure-dev.yml
    
    * Update azure.yaml
    
    * Update main.parameters.json
    
    * Update main.bicep
    
    * Update azure-dev.yml
    
    * Update azure.yaml
    
    * Update main.parameters.json
    
    * Update main.bicep
    
    * Update deploy_features.md
    
    * Update docs/deploy_features.md
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update docs/deploy_features.md
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update docs/deploy_features.md
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update infra/main.parameters.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update infra/main.parameters.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update infra/main.parameters.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update azure-dev.yml
    
    * Update azure.yaml
    
    * Update deploy_features.md
    
    * Update main.bicep
    
    * added params for gpt4v
    
    * Update azure.yml and azure-dev.yml
    
    * Update main.bicep
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    Co-authored-by: Zed Haque <zed@zedhaque.com>
    3 people authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    78583e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec07548 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Updates to integrated vectorization (#2045)

    * Initial integrated vectorization improvements
    
    * Update integrated vectorization
    
    * More updates to integrated vectorization, fixes type checks
    
    * Add type check
    pamelafox authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    31f501a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. feat: add Portuguese (pt-BR) translations and update i18n configurati…

    …on to include the new language (#2052)
    
    * feat: add Portuguese (pt-BR) translations and update i18n configuration to include the new language
    
    * fix: update Portuguese language name to "Português Brasileiro" in i18n configuration
    glaucia86 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7911e32 View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 5.5.3 to 5.6.3 in /app/frontend (#2037)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 to 5.6.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f53d0d8 View commit details
    Browse the repository at this point in the history
  3. Bump @azure/msal-browser from 3.24.0 to 3.26.1 in /app/frontend (#2039)

    Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.24.0 to 3.26.1.
    - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
    - [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.24.0...msal-browser-v3.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@azure/msal-browser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b60274a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    819d05e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Bugfix: Citation Parsing Issue (Version 2) (#2056)

    * Citation issue fix
    
    * Citation issue fix version2
    
    * Use startsWith
    
    * Update comments
    bnodir authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fd81b69 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 3.0.3 to 3.3.3 in /app/frontend (#2061)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.3...3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    29c0920 View commit details
    Browse the repository at this point in the history
  3. Fix scrolling bar issue for long content in chat UI (#2044)

    * fix scrolling bar issue
    
    limit .chatContainer height and expand chatMessageStream
    
    * fix supporting content panel resize
    
    * add resize and limit analysis height
    BetterAndBetterII authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a79fe57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa85034 View commit details
    Browse the repository at this point in the history
  5. Feature: include category (#2021)

    * Add include category feature
    - Modified approach.py to include category logic
    - Updated models.ts with category types
    - Added translations for category("All") in en, es, fr, and ja locales
    - Updated Ask.tsx and Chat.tsx to handle category
    - Updated data ingestion documentation
    
    * Run pre-commit hooks
    
    * Applied changes after review of doc
    
    * Update app/frontend/src/locales/es/translation.json
    
    Co-authored-by: Alfredo Deza <alfredo@deza.pe>
    
    * Update app/frontend/src/locales/es/translation.json
    
    Co-authored-by: Alfredo Deza <alfredo@deza.pe>
    
    * Update app/frontend/src/locales/fr/translation.json
    
    Co-authored-by: Wassim Chegham <github@wassim.dev>
    
    * Strings for pt-br
    
    * Accepting 'Todas' for 'All' in Spanish
    
    ---------
    
    Co-authored-by: Pamela Fox <pamelafox@microsoft.com>
    Co-authored-by: Alfredo Deza <alfredo@deza.pe>
    Co-authored-by: Wassim Chegham <github@wassim.dev>
    4 people authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0946893 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    e34edd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    38f7772 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add missing variables to azd pipeline (#2104)

    * Switch to ACA by default
    
    * Configure Azure Developer Pipeline
    
    * Configure Azure Developer Pipeline
    
    * Add missing variables to workflow
    pamelafox authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    023dc1b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    3447262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298e457 View commit details
    Browse the repository at this point in the history
  3. Bump quart from 0.19.6 to 0.19.7 in /app/backend (#2082)

    Bumps [quart](https://github.com/pallets/quart) from 0.19.6 to 0.19.7.
    - [Release notes](https://github.com/pallets/quart/releases)
    - [Changelog](https://github.com/pallets/quart/blob/main/CHANGES.rst)
    - [Commits](pallets/quart@0.19.6...0.19.7)
    
    ---
    updated-dependencies:
    - dependency-name: quart
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a8adacf View commit details
    Browse the repository at this point in the history
  4. Bump werkzeug from 3.0.4 to 3.0.6 in /app/backend (#2084)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.0.6.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.4...3.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    991ce8f View commit details
    Browse the repository at this point in the history
  5. Bump @vitejs/plugin-react from 4.3.2 to 4.3.3 in /app/frontend (#2087)

    Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.2 to 4.3.3.
    - [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react)
    
    ---
    updated-dependencies:
    - dependency-name: "@vitejs/plugin-react"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f7c48db View commit details
    Browse the repository at this point in the history
  6. Bump vite from 5.4.8 to 5.4.10 in /app/frontend (#2075)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1baad3b View commit details
    Browse the repository at this point in the history
  7. Bump @types/react-dom from 18.3.0 to 18.3.1 in /app/frontend (#2060)

    Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.3.0 to 18.3.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-dom"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    be36436 View commit details
    Browse the repository at this point in the history
  8. Bump @fluentui/react-components from 9.54.13 to 9.55.1 in /app/fronte…

    …nd (#2054)
    
    Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.54.13 to 9.55.1.
    - [Release notes](https://github.com/microsoft/fluentui/releases)
    - [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
    - [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.54.13...@fluentui/react-components_v9.55.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@fluentui/react-components"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    87b0686 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Update model version for gpt-4o to latest (#2106)

    * Update to latest model version
    
    * Revert 35 turbo change
    
    * Update only gpt4o
    pamelafox authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    58833bd View commit details
    Browse the repository at this point in the history
  2. Documentation improvements: Remove duplicate READMEs, consistent titl…

    …es (#2118)
    
    * Remove duplicate samples
    
    * More consistent docs
    
    * Add debugging tips
    
    * Move formats again
    
    * Fix typo with ACA
    
    * Update docs/data_ingestion.md
    pamelafox authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    becd7f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62577a4 View commit details
    Browse the repository at this point in the history
  4. VS Code debug launch improvements: remove azd extension dependency, a…

    …dd compound, add docs (#2120)
    
    * Launch.json improvements to remove dep and add compound, plus docs
    
    * Markdown issue
    pamelafox authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f3a4c1e View commit details
    Browse the repository at this point in the history
  5. Upgrade Azure OpenAI API version and use AZURE_OPENAI_API_VERSION con…

    …sistently (#2105)
    
    * Base api version on env var
    
    * Improve app.py
    pamelafox authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fa9a638 View commit details
    Browse the repository at this point in the history
  6. Refactor settings into a single component across Chat/Ask (#2111)

    * Refactor settings code across Chat/Ask
    
    * Refactor settings code across Chat/Ask
    
    * Update docs for settings change
    
    * Update playwright test
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    bnodir and pamelafox authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    86b6dad View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update pre-commit hooks, re-run on files (#2128)

    * Clean up tasks
    
    * Update precommit and run on files
    
    * Revert tasks
    pamelafox authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e33a067 View commit details
    Browse the repository at this point in the history
  2. Update links and clean up tasks (#2124)

    * Clean up links and task
    
    * Newline
    
    * Add absolute path
    
    * Update settings URL, replace aka with full URL
    pamelafox authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2c723d6 View commit details
    Browse the repository at this point in the history
  3. Port Python tests workflow to uv (#2129)

    * Clean up tasks
    
    * Update precommit and run on files
    
    * Use uv for workflow
    pamelafox authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    009d5e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Feature: Store chat history in Cosmos DB (#2063)

    * Add a Cosmos DB resource for chat history
    
    * Added Cosmos DB chat history feature to the backend
    
    * Added Cosmos DB chat history feature to the frontend
    
    * fix typo
    
    * Reconfigure the additional API endpoints in a separate blueprint
    
    * Refactor CosmosDB integration for chat history feature
    Use the timestamp property instead of _ts
    
    * Update docs
    
    * Change cast to type annotation, add initial test
    
    * Use authenticated decorators properly
    
    * Add more unit tests for CosmosDB
    
    * Remove unreachable code path, change 200 to 204 for delete, more tests
    
    * Address mypy issues
    
    * Update auth test with a session ID
    
    * Delete volatile property from snapshot
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    fujita-h and pamelafox authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c3810e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Feature: Add copy button to answer UI (#2131)

    * add-copy-button
    
    * Update ptBR/translation.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update fr/translation.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update es/translation.json
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    
    * Update da/translation.json
    
    * Update nl/translation.json
    
    * Update ja/translation.json
    
    * Update app/frontend/src/locales/en/translation.json
    
    ---------
    
    Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
    jeannotdamoiseaux and pamelafox authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    53bd96e View commit details
    Browse the repository at this point in the history
  2. Bump vite from 5.4.10 to 5.4.11 in /app/frontend (#2140)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.11.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6050e80 View commit details
    Browse the repository at this point in the history
  3. Bump i18next from 23.15.2 to 23.16.5 in /app/frontend (#2141)

    Bumps [i18next](https://github.com/i18next/i18next) from 23.15.2 to 23.16.5.
    - [Release notes](https://github.com/i18next/i18next/releases)
    - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
    - [Commits](i18next/i18next@v23.15.2...v23.16.5)
    
    ---
    updated-dependencies:
    - dependency-name: i18next
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f4cdcdb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9b4dfae View commit details
    Browse the repository at this point in the history