-
Notifications
You must be signed in to change notification settings - Fork 44
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 extension in codegen #446
Comments
comfuture
changed the title
Support pgvector extension
Support pgvector extension in codegen
Jun 23, 2023
Is this issue still being resolved? If it can't be resolved with codegen, I'll try to find another way. |
Yeah, it's ready now, I'll solve the issue in the failing test before merging (it might be a server bug due to recent changes in state management). |
fantix
added a commit
that referenced
this issue
Sep 22, 2023
Changes ======= * Add an fts::language type that is encoded as text (#417) (by @msullivan in 9e7d2d2 for #417) * Drop support of Python 3.7 (#435) (by @fantix in 758a391 for #435) Fixes ===== * Fix codegen for pgvector (#447) (by @fantix in 7aa58bd for #446) * Use name hint when server is not providing custom scalar type name (#461) (by @arunaruljothi in 6c6225e for #457)
Merged
fantix
added a commit
that referenced
this issue
Sep 22, 2023
Changes ======= * Add an fts::language type that is encoded as text (#417) (by @msullivan in 9e7d2d2 for #417) * Drop support of Python 3.7 (#435) (by @fantix in 758a391 for #435) Fixes ===== * Fix codegen for pgvector (#447) (by @fantix in 7aa58bd for #446) * Use name hint when server is not providing custom scalar type name (#461) (by @arunaruljothi in 6c6225e for #457)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
edgedb python doesn't seems support pgvector yet.
When I try to create codegen for pgvector, it throws an error.
Reproduction
Simple edgeql that uses pgvector:
Try to create code by
edgedb-py
command:Error message
Expected behavior
Should be able to generate python file named
search_document_async_edgeql.py
Versions (please complete the following information):
Linux 5ca54fafbd62 5.15.0-1040-azure #47-Ubuntu SMP Thu Jun 1 19:38:24 UTC 2023 x86_64 GNU/Linux
edgedb-python
version: 1.5.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: