Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
551 stars 345 forks source link

Where are document in Azure Functions Cached? #334

Closed robvet closed 1 week ago

robvet commented 1 week ago

Where does the Function cache the documents?

Deleted the underlying Azure AI Search service to move to a less-expensive basic plan that I already have.

Removed the provisioned AI Search and reset all configurations (user secrets in MiminalAPI, and FunctionApp, KeyVault references, and Azure Function references) to point to my less expensive AI Search instance.

However, the Function App still renders the documents from the deleted AI Search instance.

Where exactly has the Function cached these documents?

Thanks


Thanks! We'll be in touch soon.

robvet commented 1 week ago

Found it. Their stored in the Content container in Blob Storage.