Skip to content

PgVectorEmbedding objects out of sync with Embeddings #82

@tomusher

Description

@tomusher

The PgVector backend uses its own model where embeddings are stored for indexing by pgvector.

It seems in some cases these models can get out of sync with the source Embedding models:

>>> PgvectorEmbedding.objects.all().count()
850
>>> Embedding.objects.all().count()
887

Cause to be investigated

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions