ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: Getting "Can't inference the where the component input is." on use of categorize component in some cases.

Open arjunw3nuts opened this issue 1 year ago • 3 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Branch name

main

Commit ID

df9d054

Other environment information

No response

Actual behavior

Can't inference the where the component input is.

image

Expected behavior

Generate answer from the websearch tool.

Steps to reproduce

Create an agent from the general chatbot template.
Run the agent.
Ask for something that triggers websearch tool.

Additional information

Works okay in the demo app. Getting the error in local setup.

arjunw3nuts avatar Nov 14 '24 11:11 arjunw3nuts

Could you pull the dev version of docker image again since we fixed things about this recently? Is it on demo, but I can't re-produce it again? image

KevinHuSh avatar Nov 15 '24 01:11 KevinHuSh

I am running the server locally from source on wsl. I took the latest pull from main branch. Pulled the docker by: docker compose -f docker/docker-compose-base.yml pull Running the server using: bash docker/launch_backend_service.sh

Am I missing anything? @KevinHuSh Appreciate your help.

arjunw3nuts avatar Nov 15 '24 05:11 arjunw3nuts

I also pulled the docker slim version of the ragflow-server image and ran the backend from that, still getting the same error.

arjunw3nuts avatar Nov 15 '24 09:11 arjunw3nuts

docker pull swr.cn-north-4.myhuaweicloud.com/infiniflow/ragflow:dev 

KevinHuSh avatar Nov 18 '24 01:11 KevinHuSh