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

[Go] change embedder plugins to use Init and New #276

Merged
merged 2 commits into from
May 29, 2024
Merged

Commits on May 29, 2024

  1. [Go] change embedder plugins to use Init and New

    Change the pinecone and localvec plugins to use a New function that
    returns an ai.Retriever, and an Init function that registers one with genkit.
    
    This makes the pinecone and localvec plugins consistent with each other,
    and with other plugins such as googleai.
    ianlancetaylor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f2d06d0 View commit details
    Browse the repository at this point in the history
  2. Fix build.

    ianlancetaylor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7757ff5 View commit details
    Browse the repository at this point in the history