最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Azure AI Foundry: Prompt Flow: No Progress when using Chat, seems to be stuck - Stack Overflow

programmeradmin4浏览0评论

I can successfully chat under in the Chat Playground. Manual evaluation does also work. I can also successfully create a Prompt Flow.

But chatting with the Prompt does not work. The Compute Session starts and is running. When I then try to chat it keeps loading and nothing happens (also after waiting for 15 minutes). I restarted the session, created a new prompt flow, tried another VM size, nothing helps.

When I then start the first step in the flow manually it at least starts running. But also here nothing happens and the inputs are for some reasons undefined (but no error or anything is displayed (also not under "View outputs", Logs...).

I am also now waiting for 20 minutes for the automated evaluation to start. Nothing happens here as well...

Here the warning I get when starting the compute session:

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 20250131.19 requires langchain<0.4.0,>=0.3.0, but you have langchain 0.1.20 which is incompatible.
promptflow-runtime 20250131.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.

How can I resolve the issue?

I can successfully chat under in the Chat Playground. Manual evaluation does also work. I can also successfully create a Prompt Flow.

But chatting with the Prompt does not work. The Compute Session starts and is running. When I then try to chat it keeps loading and nothing happens (also after waiting for 15 minutes). I restarted the session, created a new prompt flow, tried another VM size, nothing helps.

When I then start the first step in the flow manually it at least starts running. But also here nothing happens and the inputs are for some reasons undefined (but no error or anything is displayed (also not under "View outputs", Logs...).

I am also now waiting for 20 minutes for the automated evaluation to start. Nothing happens here as well...

Here the warning I get when starting the compute session:

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 20250131.19 requires langchain<0.4.0,>=0.3.0, but you have langchain 0.1.20 which is incompatible.
promptflow-runtime 20250131.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.

How can I resolve the issue?

Share Improve this question asked Feb 17 at 15:17 quervernetztquervernetzt 11.7k7 gold badges38 silver badges60 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It works after changing the version of promptflow-vectordb[azure] in requirements.txt and restarting the compute session:

promptflow-vectordb[azure] == 0.2.16
发布评论

评论列表(0)

  1. 暂无评论