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

Add OpenAI Embeddings Primitive #251

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Add OpenAI Embeddings Primitive #251

wants to merge 5 commits into from

Commits on Mar 7, 2023

  1. Add OpenAI Embeddings Primitive

    Adds a primitive for natural language logical types that uses the OpenAI Embeddings API to calculate embeddings features.
    
    The model to use is configurable, but text-embedding-ada-002 is used by default.
    jlouns committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7d23c25 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    0423649 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update release_notes.rst

    gsheni authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    dbd890f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Apply suggestions from code review

    Co-authored-by: Shripad Badithe <[email protected]>
    jlouns and sbadithe authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3651ab9 View commit details
    Browse the repository at this point in the history
  2. fix can_fit_in_batch branch

    jlouns committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9f73db6 View commit details
    Browse the repository at this point in the history