-
Notifications
You must be signed in to change notification settings - Fork 604
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 'vector' datatype of pgvector #9025
Comments
This doesn't seem correct. How did you compute that version number? |
Hey @cpcloud Thank you for the quick reply, I have resent the version number.
|
I'm surprised anything works at all! Those two libraries cannot coexist in the same environment. You need to remove |
Hmm, Thank you for your reminder |
Hey @jieguangzhou this should be fixed on |
Hi @gforsyth , I have tried, this is not working |
@makkarss929 @jieguangzhou you are saying you get the exact same error? Maybe also information about your systems? |
Yes @blythed |
Thanks for the reports, all! We added support for parsing a bare |
Hey all -- just a heads up that we now have support for variable precision |
@gforsyth Great, thanks |
Is your feature request related to a problem?
Is there any way to create vector type data on PostgreSQL using ibis?
I have created a table using pgvector, but I cannot access it through ibis, although I can access it using raw SQL. However, I cannot access the table.
Raw SQL
Accecc the table
What is the motivation behind your request?
Describe the solution you'd like
I want to create a vector type using
dtype("pgvector")
ordtype('vector')
What version of ibis are you running?
What backend(s) are you using, if any?
Postgresql
Code of Conduct
The text was updated successfully, but these errors were encountered: