Skip to content

add opengauss support #3493

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SetnameWang
Copy link

@SetnameWang SetnameWang commented Mar 18, 2025

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #3480

What is in this change?

add opengauss as a new vector db provider. And some openGauss deployment documents were added.

Additional Information

DataVec currently supports two index structures, IVFFlat and HNSW, to accelerate vector similarity queries. IVFFlat (Inverted File Flat) is an index structure based on inverted files, suitable for fast retrieval of large datasets. HNSW (Hierarchical Navigable Small World) is a graph-based index structure that enables efficient approximate nearest neighbor search in high-dimensional spaces.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@SetnameWang
Copy link
Author

I have re-open the pr for change the branchname. if there is any further request, please let me know.

@timothycarambat timothycarambat added the PR:needs review Needs review by core team label Mar 18, 2025
@SetnameWang
Copy link
Author

@timothycarambat Can you please help me contact the core team to arrange code review? It seems that there has been no feedback for several days.

@SetnameWang SetnameWang force-pushed the 3479-add-opengauss-support branch from 4b04984 to 8f1c18e Compare March 25, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR:needs review Needs review by core team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Add openGauss as a DB provider
2 participants