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

Check type annotations in CI #38

Closed mgax closed 7 months ago

mgax commented 7 months ago

Fixes https://github.com/wagtail/wagtail-vector-index/issues/29

Pyright is configured to only run basic checks (typeCheckingMode = "basic"). It's not ideal, and there are a couple of places where I've added # type: ignore, but we can improve these over time.

tomusher commented 7 months ago

Nice one thank you @mgax !