azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

Results 777 azure-search-openai-demo issues
Sort by recently updated
recently updated
newest added

> Please provide us with the following information: > --------------------------------------------------------------- I provisioned with a service principal because my environment does not allow browser authentication. I changed main.bicep because of some...

enhancement
azd

Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.25.1 to 1.25.5. Release notes Sourced from pymupdf's releases. PyMuPDF-1.25.5 released PyMuPDF-1.25.5 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on...

dependencies
python

Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.27.0 to 4.11.0. Release notes Sourced from @​azure/msal-browser's releases. @​azure/msal-browser v4.11.0 4.11.0 Tue, 15 Apr 2025 23:34:14 GMT Minor changes Bump @​azure/msal-browser to match @​azure/msal-browser-1p ([email protected]) Bump...

dependencies
javascript

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.2 to 4.13.2. Release notes Sourced from typing-extensions's releases. 4.13.2 Fix TypeError when taking the union of typing_extensions.TypeAliasType and a typing.TypeAliasType on Python 3.12 and 3.13. Patch...

dependencies
python

Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.12.1 to 3.13.0. Release notes Sourced from rapidfuzz's releases. Release 3.13.0 Added add support for arrays of type 'w' add support for any DTypeLike as dtype in...

dependencies
python

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.18 to 6.3.2. Release notes Sourced from vite's releases. v6.3.2 Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. v6.3.1 Please refer to...

dependencies
javascript

## Purpose This adds migration script as requested by developer in the PR that introduced the new schema: https://github.com/Azure-Samples/azure-search-openai-demo/pull/2312/files Thanks @madebygps for pairing on this. We structured it as a...

This pull request includes updates to the deployment troubleshooting documentation to help users resolve common errors encountered during the deployment of the RAG chat solution. The most important changes include...

Purpose Update the file app/backend/approaches/prompts/ask_answer_question.prompty to include the following instruction, similar to the one in chat_answer_question.prompty: > Each source has a name followed by the actual information, always include the...

Hey Team, I have deployed this accelerator with USE_FEATURE_INT_VECTORIZATION="true" But after when I run python ./scripts/manageacl.py -v --acl-type groups --acl-action view --url https://storaghbshascbc.blob.core.windows.net/content/admin/admin.txt Just for a check, before adding group's...