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 Initial LiteLLM support #64

Closed tomusher closed 2 months ago

tomusher commented 3 months ago

Adds LiteLLM as a supported (default) backend which gives us:

This change also:

This PR will be followed up with a PR to add async/streaming support to the VectorIndex methods.