Skip to content

Add Nova 3 and Keyterm support #110

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

Merged
merged 6 commits into from
Apr 11, 2025
Merged

Add Nova 3 and Keyterm support #110

merged 6 commits into from
Apr 11, 2025

Conversation

DamienDeepgram
Copy link
Contributor

@DamienDeepgram DamienDeepgram commented Apr 9, 2025

Proposed changes

Add Nova 3 & Keyterms Support

Types of changes

  • Adding Nova 3 Model
  • Adding Keyterm Feature
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update or tests (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING.md doc
  • I have added tests and/or examples that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Example Usage

Single Keyterm

let options = Options::builder()
        .model(Model::Nova3)
        .keyterms(["Acme"])
        .build();

Multiple Keyterms

let options = Options::builder()
        .model(Model::Nova3)
        .keyterms(["Acme", "Deepgram"])
        .build();

Keyterm Phrase

let options = Options::builder()
        .model(Model::Nova3)
        .keyterms(["Acme Labs"])
        .build();

@DamienDeepgram DamienDeepgram marked this pull request as ready for review April 10, 2025 00:11
@DamienDeepgram DamienDeepgram requested review from jcdyer and bd-g April 10, 2025 00:11
Copy link
Contributor

@bd-g bd-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's bump the minor version here, since we're adding features. Looks great!

@thisislvca
Copy link
Contributor

opened the same pr a few weeks ago hahah glad to see it added

@bd-g bd-g merged commit 88bd7ad into main Apr 11, 2025
18 checks passed
@bd-g bd-g deleted the keyterm-support branch April 11, 2025 00:13
@ashutoshxhq
Copy link

@bd-g waiting on the next release to use nova3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants