Getting Cosmos DB error while evaluating python-based RAG chat app using prompt flow SDK
Hi,
I am following this https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/copilot-sdk-evaluate-deploy link and trying to evaluate my RAG based chat app.
At the evaluation step, I am getting the below error:
The workspace Cosmos DB is not initialized yet, will start initialization, which may take some minutes...
[2024-11-08 15:15:07 +0530][promptflow.azure._restclient.flow_service_caller][INFO] - start polling until Cosmos DB setup finished...
waiting for Cosmos DB setup ready, current status: Failed
.......
promptflow.azure._restclient.flow_service_caller.FlowRequestException: Cosmos DB setup failed for 'sustainability-copilot', status: Failed.
Request id: 8507923c-7bf7-4d1d-90a8-e8fa872e29ad.
{
"status": "Failed",
"error": {
**"code": "DeploymentFailed",**
**"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details."**
}
Has anyone faced this issue while RAG implementation?
Thanks.