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

Added embed2 which returns a table structure #1186

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2023

  1. Added pyarrow==11.0.0 to requirements to solve issue where postgres w…

    …ould segfault after a client session which used pgml command closes. The issue can be identified in postgres log files with the line 'arrow::fs::FinalizeS3 was not called even though S3 was initialized. This could lead to a segmentation fault at exit'
    ns1000 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    503dc71 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    52e5b8d View commit details
    Browse the repository at this point in the history
  2. Added embed_batch2, which will batch process multiple strings and the…

    …n return the embeddings as a table
    ns1000 committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    3462868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5c8640 View commit details
    Browse the repository at this point in the history