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

Refactor vector indexes in to single type #65

Closed tomusher closed 2 months ago

tomusher commented 2 months ago

Previously, Vector Indexes were an abstraction that made use of an additional Backend class to implement their storage behaviour.

As discussed in #63, this adds a bit too much of a mental overhead to understanding the structure of indexes.

This MR simplifies Vector Indexes by: