wagtail / wagtail-vector-index

Store Wagtail pages & Django models as embeddings in vector databases
https://wagtail-vector-index.readthedocs.io/en/latest/
MIT License
15 stars 10 forks source link

Default model converter should be able to handle different object types #67

Closed tomusher closed 1 month ago

tomusher commented 2 months ago

Where an index supports multiple querysets of different object types, the default EmbeddableFieldsVectorIndexMixin currently throws a "All querysets must be of the same model to use the default converter" error.

Ideally this default converter should know how to handle different object types out of the box.