intel / intel-extension-for-transformers

⚡ Build your chatbot within minutes on your favorite device; offer SOTA compression techniques for LLMs; run LLMs efficiently on Intel Platforms⚡
Apache License 2.0
2.05k stars 200 forks source link

neuralchat /v1/askdoc/create 404 not found. Failed to call this api on ubuntu system. #1533

Open RongLei-intel opened 1 month ago

RongLei-intel commented 1 month ago

Failed to call this api on my ubuntu system. Not sure what's the issue. image I suspect the dependency version is not correct on my ubuntu system. But there is no error reported. piplist.txt

VincyZhang commented 1 month ago

Hi @RongLei-intel , as your server is started up, probably it's not the dependency issues. May I ask what's your request and response?

RongLei-intel commented 1 month ago

my request: image response: image I have setup a service on another centos system and I can get the success response. But here I got 404.

xiguiw commented 1 month ago

@RongLei-intel From your log, ("/v1/chat/completions") is OK. While "/v1/askdoc/xxx' failed.

'askdoc' is retrieval api, please check the your neuralchat.yaml, make sure retrieval is enable and retrieval is in the task list as following: image