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

Add an async version of the `query` method to the VectorIndex class #78

Closed olivierphi closed 1 month ago

olivierphi commented 1 month ago

...with all the dependencies it entails here and there in the code used by this method

tomusher commented 1 month ago

I couldn't push back to your branch @olivierphi so I created a new MR with your work and some typing fixes over at #80 Thanks for your work on this!