pgvector-python icon indicating copy to clipboard operation
pgvector-python copied to clipboard

pgvector support for Python

Results 6 pgvector-python issues
Sort by recently updated
recently updated
newest added

MENTION: we can not ignore the primary key (e.g. id) via `pgvector` now.

This PR adds a table name and an `id` column to the `Item` class in the SQLAlchemy model. Otherwise SQLAlchemy throws errors.

Django version 5.1.2 pgvector==0.3.5 When setting a VectorField in the readonly_fields property of a ModelAdmin or when the user does not have change permissions (just view permission), the template renderer...

@ankane The Django part of the README.md was really confusing. credit to @buddhiraz https://dev.to/buddhiraz/using-pgvector-with-your-django-app-2o3j

Hi, First of all, thank you for the great library @ankane! I'm opening this PR to address some issues that have been raised by users (#84, #110 and #112), that...

Without this, the example migration fails with the error message > NameError: name 'migrations' is not defined