Errors in Azure AI Foundry on Start Compute

Paige Haeberle 0 Reputation points
2025-02-20T20:10:31.4533333+00:00

I'm getting these errors when I start the compute session in the Azure AI Foundry for a RAG Chat using files uploaded via the playground to create the index.

WARNING: azureml-rag 0.2.37.3 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.37.3 does not provide the extra 'cognitive_search'
WARNING: azureml-rag 0.2.38 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.38 does not provide the extra 'cognitive_search'
WARNING: azureml-rag 0.2.37.3 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.37.3 does not provide the extra 'cognitive_search'
WARNING: azureml-rag 0.2.37.2 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.37.2 does not provide the extra 'cognitive_search'
WARNING: azureml-rag 0.2.37.1 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.37.1 does not provide the extra 'cognitive_search'
WARNING: azureml-rag 0.2.37 does not provide the extra 'azure_cosmos_mongo_vcore'
WARNING: azureml-rag 0.2.37 does not provide the extra 'cognitive_search'
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
promptflow-runtime 20250210.19 requires langchain<0.4.0,>=0.3.0, but you have langchain 0.1.20 which is incompatible.
promptflow-runtime 20250210.19 requires langchain-community<0.4.0,>=0.3.0, but you have langchain-community 0.0.38 which is incompatible.
langchain-qdrant 0.2.0 requires langchain-core!=0.3.0,!=0.3.1,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,<0.4.0,>=0.2.43, but you have langchain-core 0.1.53 which is incompatible.
azureml-mlflow 1.59.0.post1 requires protobuf<=5.28.3, but you have protobuf 5.29.3 which is incompatible.
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,159 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. kothapally Snigdha 1,595 Reputation points Microsoft Vendor
    2025-02-21T00:06:50.5033333+00:00

    Hi Paige Haeberle,

    Can you please upgrade the version of promptflow-vectordb[azure] in requirements.txt and restarting the compute session:

    promptflow-vectordb[azure] == 0.2.16
    
    
    

    Reference Thread https://stackoverflow.com/questions/79445840/azure-ai-foundry-prompt-flow-no-progress-when-using-chat-seems-to-be-stuck?form=MG0AV3

    I hope these helps you. Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.