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

Release version 1.0 #42

Open abigail-hampson opened 6 months ago

abigail-hampson commented 6 months ago
### Tasks
- [ ] https://github.com/wagtail/wagtail-vector-index/issues/48
- [ ] https://github.com/wagtail/wagtail-vector-index/issues/18
- [ ] https://github.com/wagtail/wagtail-vector-index/issues/39
- [ ] https://github.com/wagtail/wagtail-vector-index/issues/37
tomusher commented 6 months ago

Also to review #41 before release so we can get any breaking changes out of the way

mgax commented 6 months ago

The version in __init__.py is 1.1.0 already, which confused me for a bit: https://github.com/wagtail/wagtail-vector-index/blob/adcaa79c93dfbe8a65d6656fdb437f1d79dd368d/src/wagtail_vector_index/__init__.py#L4

Maybe we should lower it to something 0.x.y for now?

tomusher commented 6 months ago

Ah yeah this must have been copied over when this was split from wagtail-ai, happy to drop this to a 0.x.y value for now.