I'm experiencing an issue with Azure AI Studio while working on a prompt flow. I had successfully deployed multiple versions before, but suddenly, I started encountering an error during the index lookup step. The error message is:
lookup : Execution failure in 'lookup': (Exception) Exception occured in search_function_construction.
Here are the steps I’ve taken to troubleshoot:
- Tried running the same prompt flow with different AI search services and indexes.
- Created new projects with entirely new prompt flows, but the error persists.
- Tested the flow with different compute sessions (both compute instance and serverless), but the issue remains.
- Deployed the prompt flow to a live endpoint, and the error still occurs during execution.
The error seems to be related to the search_function_construction, but I'm unable to pinpoint the root cause.
I would appreciate any insights or suggestions on how to resolve this issue. Are there any known limitations or configurations I might be missing?
Thank you in advance for your help!