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

I enabled integrated vectorization in the environment variables. Deleted the old index and run azd provison. I get the below error. ![Image](https://github.com/user-attachments/assets/9aa9cd62-581c-49cc-b0f1-473353c40bd6) It states that Field mapping specifies target field...

bug

When I try to use the command azd up, it returns this error: Packaging services (azd package) (x) Failed: Packaging service backend ERROR: error executing step command 'package --all': failed...

azd

In some cases, the citation URL has a `source:` prefix added to it. For instance, instead of the usual `filename.pdf`, it appears as `source:filename.pdf`. This causes a "file not found"...

rag
more info needed

**Description:** When using the "Ask your data" mode, the citations are not rendered correctly. Unlike Chat mode, which renders citations using footnotes and a list of linked citations at the...

bug
rag

## Purpose This pull request changes the default embedding model to text-embedding-3-large, with 3072 dimensions, along with these AI Search vector storage optimizations: * Truncate dimensions to 1024 * Binary...

ERROR: error executing step command 'provision': deployment failed: error deploying infrastructure: deploying to subscription: Deployment Error Details: InvalidTemplate: Deployment template validation failed: 'The template resource 'managedEnvironment' at line '1' and...

Is there a way to integrate Video Indexer into this solution effectively? If so, what would be the recommended approach? Does this introduce a breaking change? [ ] Yes [X]...

more info needed

Hi, I've just deployed the accelerator and the execution of scripts\prepdocs.ps1 is failing with this error: Running "prepdocs.py" ./app/backend/prepdocs.py "C:\Angel\AI GBB\Azure Samples\azure-search-openai-demo/data/*" --verbose [12:18:33] INFO Loading azd env from C:\Angel\AI...

more info needed

Bumps [scheduler](https://github.com/facebook/react/tree/HEAD/packages/scheduler) from 0.20.2 to 0.26.0. Commits See full diff in compare view Maintainer changes This version was pushed to npm by react-bot, a new releaser for scheduler since your...

dependencies
javascript

Hi, Is there a plan to move logic of prepdocs.sh to skillset? Right now Search skillset uses integrated vectorization and has some features working. But could we enable doc Intelligence...

ingestion