zvec/python
egolearner 9bd0c6eea9
fix(python): add missing FTS type annotations to stubs and wrappers (#497)
- Add FtsIndexParam/FtsQueryParam class stubs to model/param/__init__.pyi
- Add Fts/FtsIndexParam/FtsQueryParam to zvec/__init__.pyi exports
- Extend Query.param type to include FtsQueryParam
- Update Query._validate to allow fts + FtsQueryParam combination
- Extend FieldSchema.index_param type to support FtsIndexParam
- Extend Collection.create_index type to support FtsIndexParam
2026-06-23 16:14:01 +08:00
..
tests fix(python): validate numpy vector queries safely (#502) 2026-06-22 10:57:51 +08:00
zvec fix(python): add missing FTS type annotations to stubs and wrappers (#497) 2026-06-23 16:14:01 +08:00