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

feat: support pgvector extension #445

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

mrdrivingduck
Copy link
Member

The pgvector plugin is a plugin for PostgreSQL that provides high-performance vector data types and related query capabilities. This plugin makes it more efficient and convenient to store and process vector data in PostgreSQL.

Here are some features and functionalities of the pgvector plugin:

  1. Vector data type: The pgvector plugin introduces a new data type called "vector" that can be used to store and manipulate

The pgvector plugin is a plugin for PostgreSQL that provides high-performance vector data types and related query capabilities. This plugin makes it more efficient and convenient to store and process vector data in PostgreSQL.

Here are some features and functionalities of the pgvector plugin:

  1. Vector data type: The pgvector plugin introduces a new data type called "vector" that can be used to store and manipulate high-dimensional vector data.

  2. Vector indexing: pgvector provides support for indexing and querying vector data, making it easier to perform similarity searches, clustering, and classification operations on vector data. The plugin supports GIN and GiST index types.

  3. Vector operations: pgvector provides a range of vector operation functions, allowing for addition, subtraction, dot product calculation, and length calculation between vectors.

  4. Similarity search: The pgvector plugin supports similarity searches based on vector similarity metrics. It enables similarity calculation and search using cosine similarity and other measurement methods.

  5. High performance: pgvector is optimized for vector data by utilizing SIMD instructions and efficient data structures, ensuring high-performance vector operations and queries.

  6. Extensibility: As an open-source project, the pgvector plugin offers flexible custom extension interfaces, allowing users to customize and extend its functionality based on their specific needs.

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2023

CLA assistant check
All committers have signed the CLA.

@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 7, 2023

Hi @mrdrivingduck ~ Thanks for your contribution in this PR. ❤️

Please make sure that your PR conforms the standard, and has passed all the checks.

We will review your PR as soon as possible.

@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 7, 2023

Hey @mrdrivingduck :

Something wrong occuried during the checks of your commit 😟, please check the detail:

⚠️ build (centos7, dma) View more details

@polardb-bot polardb-bot bot added the ci/failure CI status is failure label Nov 7, 2023
@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 8, 2023

Hey @mrdrivingduck :

Something wrong occuried during the checks of your commit 😟, please check the detail:

⚠️ build (centos7, htap) View more details

@polardb-bot polardb-bot bot added ci/failure CI status is failure and removed ci/failure CI status is failure labels Nov 8, 2023
@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 8, 2023

Hey @mrdrivingduck :

Congratulations~ 🎉 Your commit has passed all the checks. Please wait for further manual review.

@polardb-bot polardb-bot bot added ci/success CI status is success and removed ci/failure CI status is failure labels Nov 8, 2023
The pgvector plugin is a plugin for PostgreSQL that provides
high-performance vector data types and related query capabilities.
This plugin makes it more efficient and convenient to store and
process vector data in PostgreSQL.

Here are some features and functionalities of the pgvector plugin:

1. Vector data type: The pgvector plugin introduces a new data
type called "vector" that can be used to store and manipulate

The pgvector plugin is a plugin for PostgreSQL that provides
high-performance vector data types and related query capabilities.
This plugin makes it more efficient and convenient to store and
process vector data in PostgreSQL.

Here are some features and functionalities of the pgvector plugin:

1. Vector data type: The pgvector plugin introduces a new data
type called "vector" that can be used to store and manipulate
high-dimensional vector data.

2. Vector indexing: pgvector provides support for indexing and
querying vector data, making it easier to perform similarity searches,
clustering, and classification operations on vector data. The plugin
supports GIN and GiST index types.

3. Vector operations: pgvector provides a range of vector operation
functions, allowing for addition, subtraction, dot product calculation,
and length calculation between vectors.

4. Similarity search: The pgvector plugin supports similarity searches
based on vector similarity metrics. It enables similarity calculation and
search using cosine similarity and other measurement methods.

5. High performance: pgvector is optimized for vector data by utilizing
SIMD instructions and efficient data structures, ensuring high-performance
vector operations and queries.

6. Extensibility: As an open-source project, the pgvector plugin offers flexible
custom extension interfaces, allowing users to customize and extend its
functionality based on their specific needs.
@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 8, 2023

Hey @mrdrivingduck :

Congratulations~ 🎉 Your commit has passed all the checks. Please wait for further manual review.

@polardb-bot polardb-bot bot added ci/success CI status is success and removed ci/success CI status is success labels Nov 8, 2023
@mrdrivingduck
Copy link
Member Author

/rebase-and-merge

@polardb-bot polardb-bot bot merged commit 0695ead into ApsaraDB:POLARDB_11_DEV Nov 8, 2023
6 checks passed
@polardb-bot
Copy link
Contributor

polardb-bot bot commented Nov 8, 2023

@mrdrivingduck PR has been merged. 🍗

Thanks again for the contributors involved in this thread: ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/success CI status is success
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants