Fanis Tharropoulos
Fanis Tharropoulos
`rerank_hybrid_matches` exist: https://github.com/typesense/typesense-python/blob/58df75ee980f313072964b7b07f6856273b409d4/src/typesense/types/document.py#L574 I added some missing ones in [#83](https://github.com/typesense/typesense-python/pull/83)!
Are you sure this document exists? We have tests for updating documents specifically and I just created a demo script to see if something is wrong and couldn't replicate the...
The reason for most of the changes here was that this package supported versions of 3.9 onwards. There are numerous changes that rely on PEP 695 (`type` keyword) as well...
Inheriting from object should be left out, that's for sure
Wasn't `type` introduced in 3.12 though?
@Zamiell Have you tested it on both a React 18 and a React 19 app?
:shipit:
This may take a bit, as we have to parse the filter by query into valid Instantsearch queries and extend type definitions for setting the UI state with natural language...