azure-search-openai-demo
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.
Hi, The app is using two blob storage accounts, one of them named as [blob_container_client](https://github.com/Azure-Samples/azure-search-openai-demo/blob/69a26effff9a52bb919f93bc32b0bbf82356049b/app/backend/app.py#L507C5-L507C26) and the other one is [user_blob_container_client](https://github.com/Azure-Samples/azure-search-openai-demo/blob/69a26effff9a52bb919f93bc32b0bbf82356049b/app/backend/app.py#L539) Two questions: 1. Could you help me to understand...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.3.1 to 19.0.0 Release notes Sourced from react-dom's releases. 19.0.0 (December 5, 2024) Below is a...
The instruction here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/login_and_acl.md#azure-data-lake-storage-gen2-setup state that file system and path are optional for the data lack storage. #'To run this script with a Data Lake Storage Gen2 account, first set...
The current method of file uploading is confusing for our users. Documents are chunked, vectorized, and placed in a knowledge base, resulting in the ability to only ask questions about...
Hi, Prompty apparently has some support for tool calls. It appears that prompty.prepare(prompt, data) compacts the calling ('assistant') message and the subsequent return ('tool') message into a single assistant message:...
Any plans to allow users the ability to upload files (CSV, Excel, Images, Word Docs, PDF, etc.), not for RAG, but to incorporate a files content directly into the prompt?...
Hi, I have a few images (pngs and jpgs) that have been ingested. How can I show them in the chat directly with the text.. they are being referenced and...
After adding USE_CHAT_HISTORY_BROWSER= "true" to env file, the chat history tab opens up but it only shows the whole page of history and not each message. I was wondering if...
The repo provides option to deploy the code using existing Azure AI Search and Open AI resources. However, I need to deploy this in a secure environment where the Vnet,...
Bumps [std-uritemplate](https://github.com/std-uritemplate/std-uritemplate) from 1.0.5 to 2.0.3. Commits a31b5a6 build(deps): bump csharp from 87c9eca to 8534aee (#302) f32230e build(deps): bump github.com/std-uritemplate/std-uritemplate/go/v2 (#301) 0687caa chore: upgrades the submodules protocols to make it...