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

Support for pgdiskann client #388

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

wahajali
Copy link
Contributor

This PR adds support for pgdiskann - a recent postgres extension that adds support for DiskANN index type to postgres. Following pgdiskann specific parameters are configurable for pgdiskann:
l_value_is
l_value_ib
max_neighbors

Note
The pgdiskann extension is currently in private preview on Azure PostgreSQL and requires special permission to access. For more details, see the preview announcement and fill out this form to request access.

@XuanYang-cn
Copy link
Collaborator

/assign @alwayslove2013

Comment on lines +60 to +61
"This will set the parameters: max_parallel_maintenance_workers,"
" max_parallel_workers & table(parallel_workers)",
Copy link
Contributor

Choose a reason for hiding this comment

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

These help text lines (60-61) belong with "--max-parallel-workers", this is also an issue an issue with the pgvectory cli.py.

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, wahajali
To complete the pull request process, please ask for approval from xuanyang-cn after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit cfaa1c6 into zilliztech:main Oct 29, 2024
4 checks passed
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.

6 participants