Azure AI Search - Is query text tracking/tracing/analytics disabled by default?
Hi,
I have set up a RAG flow as an Azure AI Foundry Prompt Flow. It features Azure AI Search for querying the context data (I'm using vector + keyword search sometimes and other times semantic search).
I'm trying to make sure my entire end-to-end doesn't store the query text (e.g. for tracking/ tracing, or in a log somewhere). There's an obvious way to configure this to off when deploying the Prompt Flow as an endpoint but I'm just not as sure about the Azure AI Search service since its configuration seems so much more complicated.
Can anybody tell me if Azure AI Service actually stores all or parts of the search query texts somewhere by default, or if something needs to be configured specially for it to start doing that?
Thanks!