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

Make sure installation documentation mentions configuroing the backend configuration #37

Open tm-kn opened 7 months ago

tm-kn commented 7 months ago

https://github.com/wagtail/wagtail-vector-index/blob/main/docs/installation.md

I also wonder if numpy is a good default choice given that it's not production-ready. Maybe we should not allow the user to boot the site until this is configured (Django check framework).

tomusher commented 7 months ago

I don't think it's unreasonable to default to the NumPyBackend so people can get up and running and experimenting quickly, and there's no reason why it can't be production ready, it's just that it might scale poorly in some situations - we might just need to be clearer about that.