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⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

RongLei-intel opened this issue · comments

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

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?

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.

@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