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 pgvector Data Type 'vector' #1881

Open
michael-ullrich-1010 opened this issue May 13, 2024 · 1 comment
Open

Support for pgvector Data Type 'vector' #1881

michael-ullrich-1010 opened this issue May 13, 2024 · 1 comment

Comments

@michael-ullrich-1010
Copy link

Feature description
I have a Postgres DB with the pgvector extension enabled.
https://github.com/pgvector/pgvector
This provides a new Data Type 'vector'.

Sample image
image

Additional info
This would be a candidate for a genric solution adding additional Data Types via a config-file.
Could also be, that this feature already exists and I did not find it.

@rkhaotix
Copy link
Member

If the extension installs one or more data types , the solution is to create the extension in the model with its child data types:

https://pgmodeler.io/support/docs/317-extensions?v=1.1.0

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

No branches or pull requests

2 participants