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 async support to APIs #61

Closed tomusher closed 2 months ago

tomusher commented 4 months ago

APIs such as the chat API are currently sync only, as are the currently implemented backends. Investigate adding async alternatives and making our backends async compatible.

tomusher commented 2 months ago

This was resolved in #62