zvec/python/zvec
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
..
common fix(py): py with build-in package typing not typing_extensions (#99) 2026-02-12 23:38:18 +08:00
executor refactor: make Reranker stateless with std::variant value semantics (… (#471) 2026-06-09 12:44:17 +08:00
extension refactor: make Reranker stateless with std::variant value semantics (… (#471) 2026-06-09 12:44:17 +08:00
model fix(python): add missing FTS type annotations to stubs and wrappers (#497) 2026-06-23 16:14:01 +08:00
tool feat: support ai extension (#88) 2026-02-12 18:33:41 +08:00
typing Initial commit 2025-12-30 11:02:17 +08:00
__init__.py feat: add diskann index (#369) 2026-06-04 20:52:43 +08:00
__init__.pyi fix(python): add missing FTS type annotations to stubs and wrappers (#497) 2026-06-23 16:14:01 +08:00
py.typed Initial commit 2025-12-30 11:02:17 +08:00
zvec.py feat: add fts support (#408) 2026-06-01 15:02:54 +08:00