semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

GitHub Repo Q&A Bot - FunctionNotFound: Function `textmemoryskill.recall` not found

Open kboro opened this issue 1 year ago • 2 comments

Describe the bug

GitHub Repo Q&A Bot Sample app returns following error:

Something went wrong. Please try again. Details: {Bad Request => FunctionNotFound: Function textmemoryskill.recall not found} A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

start API function start github-qna-webapp-react

In Application:

Provide GIT repo details Ask question in Bot Window

Expected behavior Bot responds without error

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows11
  • IDE: VS Code

kboro avatar Mar 22 '23 15:03 kboro

Thank you for the report, taking a look...

craigomatic avatar Mar 22 '23 17:03 craigomatic

Thanks for your report! Could you please confirm that you have selected a valid embedding model in the Setup section?

TaoChenOSU avatar Mar 22 '23 17:03 TaoChenOSU

Hello, regarding embedding model I found that I couldnt choose anything from drop-down list (greyedout) but I could add to .env file. Is there any specific model I should define?

Im using Azure OpenAI

kboro avatar Mar 22 '23 18:03 kboro

Do you have an embedding mode deployed on your endpoint?

TaoChenOSU avatar Mar 22 '23 21:03 TaoChenOSU

That was it - missing embedding model on my endpoint

Thank you @TaoChenOSU !

kboro avatar Mar 22 '23 23:03 kboro