product · inferred from evidence
VectorResult
A type or class exported by the turbopuffer-python library, used for typed query results.
- turbopuffer-python: query() missing VectorResult return type
In the turbopuffer-python client, the `namespace.query()` overloads had no return type annotations. The `VectorResult` type was also not exported from the package. As a result, type checkers and IDEs could not infer what a query returned, w