question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

GitHub Repo Q&A Bot sample app error

See original GitHub issue

Describe 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:

  1. Clone the repo using macOS m1
  2. Start the KernelHttpServer using func start --csharp command
  3. Copy .env.example as .env and populate with Azure OpenAI completion and embeddings model details (as defaults)
  4. Run yarn install && yarn start to start the sample app
  5. Go through the setup (values should be defaulted)
  6. Enter GitHub Respoitory URL: https://github.com/microsoft/semantic-kernel
  7. Enter Branch Name: main

Expected behavior Embeddings should be downloaded

Screenshots image

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:closed
  • Created 5 months ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
evchakicommented, Apr 18, 2023

@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.

0reactions
craigomaticcommented, Jun 14, 2023

Closing this for now, please reopen if needed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found