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

pgvector support for Python

Results 4 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