Jon Gallant

Results 233 comments of Jon Gallant

the sample docs have "source_id", remove that and delete all documents with the delete endpoint

@m-soltani - Any progress on this? I need this as well.

I hacked together this beauty as a stopgap: ``` dir=./infra/core for i in $(find $dir -type f); do echo $i; path=${i:13} path=${path::-6} echo $path az bicep publish --file $i --target...

Here's the latest for AI cognitive services: https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/ai/cognitiveservices.bicep - You'll need to copy that over to this project.

@Rickcau Try replacing your infra/core/ai/cognitiveservices.bicep file with the one found here and run it again. https://github.com/Azure/azure-dev/blob/main/templates/common/infra/bicep/core/ai/cognitiveservices.bicep Sorry for hassle, we are working on making this easier.

https://github.com/Azure-Samples/demystifying-rag-dotnet/blob/main/infra/main.bicepparam

> @LittleLittleCloud we're okay to close this one right? Close as-in not do? It would be good to switch to bicepparam

I'd go this route: > If that isn't possible, then remove the keyvault-secrets.bicep file and create them with individual module references and a secure decorator on the key.