GitHub Repo Q&A Bot sample app error
See original GitHub issueDescribe the bug
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 Request => Positive number required. (Parameter ‘bufferSize’) Actual value was 0.
To Reproduce Steps to reproduce the behavior:
- Clone the repo using macOS m1
- Start the KernelHttpServer using
func start --csharp
command - Copy
.env.example
as.env
and populate with Azure OpenAI completion and embeddings model details (as defaults) - Run
yarn install && yarn start
to start the sample app - Go through the setup (values should be defaulted)
- Enter GitHub Respoitory URL:
https://github.com/microsoft/semantic-kernel
- Enter Branch Name:
main
Expected behavior Embeddings should be downloaded
Screenshots
Desktop (please complete the following information):
- OS: macOS (M1)
- IDE: VS Code
- NuGet Package Version [e.g. 0.1.0]
Additional context
NodeJS and Azure Function Core Tools versions.
$ node -v
v18.7.0
$ func --version
4.0.5095
Issue Analytics
- State:
- Created 5 months ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
GitHub Repo Q&A Bot sample app
The GitHub Repo Q&A Bot sample allows you to enter in a GitHub repo then those files are created as embeddings. You can...
Read more >GitHub Repo Q&A Bot Sample Public git download errors
5 Turbo and Ada for embedding, I am encountering an error while downloading a public repository. Expected behavior. To download and embed a...
Read more >Making a Github Bot
A sample link to the app's Advanced settings is: https://github.com/settings/apps//advanced. Simulate receiving WebHooks from GitHub. During the ...
Read more >git clone with https error - fatal: repository not found
This Github document reads: The https:// clone URLs are available on all repositories, public and private.
Read more >git error: failed to push some refs to remote
If the GitHub repo has seen new commits pushed to it, while you were working locally, I would advise using: git pull --rebase...
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
@pauldotyu thanks for bringing this up, we have filed a bug on this and will take a look to see what is going on with it.
Closing this for now, please reopen if needed.