Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Conversation

@ratkinsoncinz
Copy link
Collaborator

Purpose

Import all changes to upstream into PR for cherrypick integration into 0.7 build.

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[ ] No

Does this require changes to learn.microsoft.com docs?

This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.

[ ] Yes
[ ] No

Type of change

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

Code quality checklist

See CONTRIBUTING.md for more details.

  • The current tests all pass (python -m pytest).
  • I added tests that prove my fix is effective or that my feature works
  • I ran python -m pytest --cov to verify 100% coverage of added lines
  • I ran python -m mypy to check for type errors
  • I either used the pre-commit hooks or ran ruff and black manually on my code.

pamelafox and others added 11 commits October 17, 2024 16:28
* Initial integrated vectorization improvements

* Update integrated vectorization

* More updates to integrated vectorization, fixes type checks

* Add type check
…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
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Citation issue fix

* Citation issue fix version2

* Use startsWith

* Update comments
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix scrolling bar issue

limit .chatContainer height and expand chatMessageStream

* fix supporting content panel resize

* add resize and limit analysis height
* 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 <[email protected]>

* Update app/frontend/src/locales/es/translation.json

Co-authored-by: Alfredo Deza <[email protected]>

* Update app/frontend/src/locales/fr/translation.json

Co-authored-by: Wassim Chegham <[email protected]>

* Strings for pt-br

* Accepting 'Todas' for 'All' in Spanish

---------

Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Alfredo Deza <[email protected]>
Co-authored-by: Wassim Chegham <[email protected]>
bnodir and others added 15 commits October 31, 2024 09:56
* Switch to ACA by default

* Configure Azure Developer Pipeline

* Configure Azure Developer Pipeline

* Add missing variables to workflow
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update to latest model version

* Revert 35 turbo change

* Update only gpt4o
…es (#2118)

* Remove duplicate samples

* More consistent docs

* Add debugging tips

* Move formats again

* Fix typo with ACA

* Update docs/data_ingestion.md
…dd compound, add docs (#2120)

* Launch.json improvements to remove dep and add compound, plus docs

* Markdown issue
…sistently (#2105)

* Base api version on env var

* Improve app.py
dependabot bot and others added 30 commits October 28, 2025 10:05
* Bump vite from 5.4.19 to 7.1.12 in /app/frontend

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.19 to 7.1.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Pin vite to 6.0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.13.0 to 3.14.1.
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.13.0...v3.14.1)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.10.0.
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](django/asgiref@3.8.1...3.10.0)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-version: 3.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump the pydantic group with 2 updates

Bumps the pydantic group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [pydantic-core](https://github.com/pydantic/pydantic-core).


Updates `pydantic` from 2.8.2 to 2.12.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.12.3)

Updates `pydantic-core` from 2.20.1 to 2.41.4
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.41.4)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pydantic
- dependency-name: pydantic-core
  dependency-version: 2.41.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pydantic
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update typing-extensions

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
* Use built-in ACL enforcement over security filter trimming
Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.2)

---
updated-dependencies:
- dependency-name: pygments
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 7.1.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.8...release-7.1.2)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump flask from 3.0.3 to 3.1.2

Bumps [flask](https://github.com/pallets/flask) from 3.0.3 to 3.1.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.3...3.1.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add a group for Pallets projects

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps [httpx](https://github.com/encode/httpx) from 0.27.0 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nd (#2807)

Bumps [@types/dom-speech-recognition](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dom-speech-recognition) from 0.0.4 to 0.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dom-speech-recognition)

---
updated-dependencies:
- dependency-name: "@types/dom-speech-recognition"
  dependency-version: 0.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial plan

* Add Python 3.14 support and drop Python 3.9

- Update workflow to test Python 3.10-3.14 instead of 3.9-3.13
- Update pyproject.toml to target Python 3.10 as minimum version
- Upgrade Pillow from 10.4.0 to 12.0.0 for Python 3.14 support
- Update Dockerfile to use Python 3.13-bookworm
- Update devcontainer to use Python 3.13-bookworm
- Update README and AGENTS.md documentation

Co-authored-by: pamelafox <[email protected]>

* Fix pyproject.toml python_version format for mypy

Co-authored-by: pamelafox <[email protected]>

* Update uv version to 0.9.5 in GitHub workflows

Co-authored-by: pamelafox <[email protected]>

* Upgrade type annotations to Python 3.10+ syntax (X | Y)

Applied ruff check --fix to automatically upgrade type annotations:
- Replace Optional[X] with X | None
- Replace Union[X, Y] with X | Y
- Move Callable import from typing to collections.abc

This is possible now that Python 3.9 support is dropped.

Co-authored-by: pamelafox <[email protected]>

* Upgrade pydantic-core to 2.41.4 for Python 3.14 support

Upgraded dependencies to get Python 3.14 wheel support:
- pydantic: 2.8.2 → 2.12.3
- pydantic-core: 2.20.1 → 2.41.4 (has cp314 wheels)
- openai: 1.99.8 → 2.6.1
- Also upgraded Azure SDKs and other dependencies

Verified pydantic-core 2.41.4 has Python 3.14 (cp314) wheels available
on PyPI and installs successfully.

Co-authored-by: pamelafox <[email protected]>

* Fix openai version to stay on v1.x to avoid breaking changes

Constrained openai to <2.0 in requirements.in to prevent upgrading
to v2.x which has breaking API changes. Downgraded from 2.6.1 to
1.109.1 (latest v1.x). Kept pydantic-core at 2.41.4 for Python 3.14
support.

Co-authored-by: pamelafox <[email protected]>

* Fix: Use minimal pydantic upgrade for Python 3.14 support

Reverted to original requirements and applied minimal upgrades:
- pydantic: 2.8.2 → 2.12.3
- pydantic-core: 2.20.1 → 2.41.4 (has cp314 wheels)
- typing-extensions: 4.13.2 → 4.15.0
- Added typing-inspection==0.4.2 (new pydantic dependency)
- Constrained openai to <2.0 in requirements.in

This avoids upgrading tiktoken, uvicorn, and other unrelated packages
that were causing test failures.

Co-authored-by: pamelafox <[email protected]>

* Upgrade Pillow to 12.0.0 for Python 3.14 support

Pillow 10.4.0 doesn't have Python 3.14 (cp314) wheels. Upgraded to
Pillow 12.0.0 which includes cp314 wheels for Python 3.14 support.

Co-authored-by: pamelafox <[email protected]>

* Upgrade tiktoken to 0.12.0 for Python 3.14 support

tiktoken 0.8.0 doesn't have Python 3.14 (cp314) wheels. Upgraded to
tiktoken 0.12.0 which includes cp314 wheels for Python 3.14 support.

Co-authored-by: pamelafox <[email protected]>

* Remove unneeded upper bound on openai

* Bring back optional

* Undo unneeded change

* Fix mypy

* Add tests for missing lines

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pamelafox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Bumps the pallets group with 1 update: [click](https://github.com/pallets/click).


Updates `click` from 8.1.8 to 8.3.0
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.8...8.3.0)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pallets
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pamela Fox <[email protected]>
Bumps the github-actions group with 4 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-node](https://github.com/actions/setup-node), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

Updates `actions/setup-node` from 5 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

Updates `astral-sh/setup-uv` from 6 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6...v7)

Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Initial plan

* Migrate AzureOpenAI constructors to OpenAI client

Co-authored-by: pamelafox <[email protected]>

* Clean up remaining AsyncAzureOpenAI imports

Co-authored-by: pamelafox <[email protected]>

* Fix Azure OpenAI endpoint URL format for embeddings service

Co-authored-by: pamelafox <[email protected]>

* Fix endpoint URLs and remove remaining API version references

Co-authored-by: pamelafox <[email protected]>

* Refactoring of embeddings to use the same client

* Update tests

* Increase test coverage

* Revert log level change

* Fix mypy

* Remove unneeded check and test for it

* Fix endpoint and add test for it

* Apply suggestion from @pamelafox

* Apply suggestion from @pamelafox

* Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>

* Apply suggestion from @pamelafox

* Address PR feedback: fix logging level, remove redundant endpoint computation, and revert unrelated type annotation changes

Co-authored-by: pamelafox <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: pamelafox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Pamela Fox <[email protected]>
Co-authored-by: Copilot <[email protected]>
…I Search Blob Indexer (#2819)

* Convert prepdocs to skills

* More Bicep to get funcs deployed with auth

* chore(functions): add missing prepdocslib dependencies to function requirements

* build(functions): vendor dependencies into .python_packages for flex consumption

* chore(functions): copy backend requirements as requirements.backend.txt for traceability

* chore(functions): overwrite function requirements with backend pins (backup original)

* chore(functions): remove requirements backup; always overwrite with backend pins

* Get function apps deployed

* Updates to function auth

* latest changes to get auth working

* Fix tests

* always upload local files

* update to storageMetadata extraction

* Got it working

* Working more on the docs

* Update

* Push latest for review

* Consolidate docs

* Clean up vectorization docs and refs

* More code cleanup

* Address Copilot feedback on tests

* More code cleanups

* Cleanup function test

* 100% diff coverage

* Update app/functions/document_extractor/function_app.py

Co-authored-by: Copilot <[email protected]>

* Update app/backend/prepdocslib/page.py

Co-authored-by: Copilot <[email protected]>

* Update app/functions/document_extractor/function_app.py

Co-authored-by: Copilot <[email protected]>

* Address feedback and tweak docs

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* Adding diagram

---------

Co-authored-by: Matt Gotteiner <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Add link to cloud ingestion guide

* Update docs

* Fix the links
* Fix issue with upload

* Revert unneeded changes

* Add test for non-seekable content
* Update all the tests

* Sharepoint results and some TODOs

* update package version

* hide retireval count on agentic

* new ux

* disable minimal on web

* refactor query rewriting

* disable streaming on frontend if retrieval reasoning toggled

* minimal supports answerings

* default retrieval effort

* default retrieval effort

* black + ruff

* working on ux

* more ux

* ux

* more ux updates

* more ux updates

* more ux work

* more ux work

* more ux work

* model cleaning up after itself

* simplify

* remove old properties

* WIP select web search

* updating ux

* updating ux

* allow streaming even though web is allowed

* test fixes

* more tests

* Refinements

* UI improvements

* Update tests

* Update translations

* Minimal fixes

* Fix sharepoint citations

* Sharepoint citations

* Fix some sharept stuff

* Latest fix

* mypy, black, ruff

* snapshot update

* Update tests

* Fixed mypy issues and added missing CI var

* Fix black formatting

* Make some fixes

* Ruff format

* Revert requirements.txt unneeded changes to bare minimum

* Revert document-intelligence change

* Address Copilot feedback

* Remove old test snapshots, add e2e tests

* Pin i18n-check to a version that works

* Renaming files

* Complete Contoso to Zava change

* Fix the Zava domain to example.org since Zava.com does not exist

* Revert unneeded changes to AGENTS and evals, and fix weird azd env var name

* Revert unneeded changes to AGENTS and evals, and fix weird azd env var name

---------

Co-authored-by: Pamela Fox <[email protected]>
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Azure/setup-azd](https://github.com/azure/setup-azd).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

Updates `Azure/setup-azd` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/azure/setup-azd/releases)
- [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-azd@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: Azure/setup-azd
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2846)

* Increase embedding TPM capacity and add note in cloud ingestion guide

* Update markdown lint

* Better config format

* Better config format

* Fix the config

* Ignore table style rule
Revised instructions for enabling access control on search index, clarifying conditions based on index existence.
…ata (#2858)

* Move cloud functions to use blob download based off path

* Restore comments for PR

* Restore comments for PR

* Fix the tests

* Remove requirements.txt from git since they are manually opied

* Remove unused fields

* Fix SaS to SAS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

upstream sync Sync from upstream

Projects

None yet

Development

Successfully merging this pull request may close these issues.