Fanis Tharropoulos
Fanis Tharropoulos
The Python client isn't responsible for that. The filter string will be passed as normal to the Typesense Server API. This means that any string being passed to the `filter_by`...
Thanks for the contribution! Although since all of the PRs essentially modernize the codebase by dropping support of python 3.9, should we just merge this PR instead of all three?
Fine by me Cc: @kishorenc
In the coming weeks, we'll release our v30 GA build for the main server. We'll roll out client updates alongside with it, so keep in an eye out in the...
That's due to the nominality of the type system. The solution you propose involves generating generics for all possible unions, and we can take a look into making those changes....
Hey there, are you using a virtual environment for dependency management? This error is a first for me and we actually run our tests against multiple Python versions. I'll investigate...
I just upgraded from 0.21.0 to 1.0.3 normally without any errors. Did this occur when installing or on some other pipeline?d
`typing_extensions==4.13.2`
It's available through the `conversations` object of the client. [Here's](https://typesense.org/docs/29.0/api/conversational-search-rag.html) the documentation on RAG. We also have some examples under the [`tests`](https://github.com/typesense/typesense-python/blob/master/tests%2Fconversations_models_test.py) directory. There's also a full demo for conversational...
We'll add them soon. You can submit a PR yourself as well if you like!