typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

typings to current version of typesense server

Open jensimik opened this issue 10 months ago • 2 comments

i'm using the typings and there is some features missing as of the current v28 (SearchParameters for instance seems to miss stopwords and rerank_hybrid_matches)

jensimik avatar Apr 16 '25 09:04 jensimik

We'll add them soon. You can submit a PR yourself as well if you like!

tharropoulos avatar Apr 16 '25 14:04 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!

tharropoulos avatar Apr 23 '25 08:04 tharropoulos