Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/remove breakpoint from embedding function #5022

Merged
merged 10 commits into from
Jul 20, 2023

Conversation

collijk
Copy link
Contributor

@collijk collijk commented Jul 20, 2023

Background

A breakpoint was introduced in the codebase in #4875 . This is raised in issues:

Changes

Remove the breakpoint

Documentation

N/A

Test Plan

CI

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

@netlify
Copy link

netlify bot commented Jul 20, 2023

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit cbdde56
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64b95e805fba320008019c02
😎 Deploy Preview https://deploy-preview-5022--auto-gpt-docs.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jul 20, 2023

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 851b1b5
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64b95ea4bd03540008eb777f
😎 Deploy Preview https://deploy-preview-5022--auto-gpt-docs.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Auto-GPT-Bot
Copy link
Contributor

You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged.

@collijk collijk merged commit 98c3f6b into master Jul 20, 2023
@collijk collijk deleted the bugfix/remove-breakpoint-from-embedding-function branch July 20, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Always stopped at (pdb) Not Getting Vector Embeddings Fail embedding on Azure OpenAI
3 participants