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 LiteLLM backend #62

Closed tomusher closed 2 months ago

tomusher commented 4 months ago

LiteLLM offers a unified Python API for multiple LLMs, but also includes async support, as well as support for multi-modal features like image generation.

This would help solve #61

tomusher commented 2 months ago

Done in #64