-
-
Notifications
You must be signed in to change notification settings - Fork 547
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 PgVector #2500
Support PgVector #2500
Conversation
image: postgres:${{ matrix.version }} | ||
image: pgvector/pgvector:pg${{ matrix.version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does that mean we can't use the official image?
#[cfg(feature = "postgres-vector")] | ||
impl TryGetable for pgvector::Vector { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we nesting this under postgres-array?
Thank you, i did not have time to update my fork :) |
@28Smiles you've helped a lot already. I will release it this weekend :) |
🎉 Released In 1.1.6 🎉Thank you everyone for the contribution! |
PR Info
New Features