typesense-python
typesense-python copied to clipboard
typings to current version of typesense server
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)
We'll add them soon. You can submit a PR yourself as well if you like!
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!