GitHub Repo Q&A Bot - FunctionNotFound: Function `textmemoryskill.recall` not found
See original GitHub issueDescribe 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
Desktop (please complete the following information):
- OS: Windows11
- IDE: VS Code
Issue Analytics
- State:
- Created 6 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
TextMemorySkill's Recall function blocks threads and ...
Describe the bug I crafted a WPF app and hooked a button with a RelayCommand that will eventually invoke ISKFunction.InvokeAsync method.
Read more >Service not found error when using QA sample · Issue #1839
However when I plug in my OpenAI key and try to run it, I receive the following error: Microsoft.SemanticKernel.KernelException: 'Service not ...
Read more >GitHub Repo Q&A Bot sample app error #480
Attempt to download the microsoft/semantic-kernel repo using the "GitHub Repo Q&A Bot" sample app results in an error with the message: "Bad ...
Read more >GitHub Repo Q&A Bot sample app is badly broken #752
Describe the bug I pointed the GitHub Repo Q&A bot (using text-embedding-ada-002) at a small NextJS TypeScript repo that uses fetch to ...
Read more >Function `time.Date` not found · Issue #2361 · microsoft/ ...
Describe the bug. It appears semantic functions can no longer call functions from within the templated prompt. To Reproduce Steps to reproduce the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That was it - missing embedding model on my endpoint
Thank you @TaoChenOSU !
Do you have an embedding mode deployed on your endpoint?