Fanis Tharropoulos
Fanis Tharropoulos
## Change Summary ### Add support for: * stopwords * analytics refactor * synonym sets * conversation models * natural language models * stemming * curation **Add integration tests against...
## Change Summary ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## Change Summary This PR migrates the Typesense Python client from `requests` to `httpx` and adds async support across all client components. The library now supports both synchronous and asynchronous...
## Change Summary Based on [an issue on the main repo](https://github.com/typesense/typesense/issues/2606) ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## Change Summary fix #108 ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## Change Summary ## PR Checklist - [ ] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
### TLDR Added generic type parameters to API key, override, and document schemas for better type flexibility. ## Change Summary #### Code Changes: 1. **In `src/typesense/types/key.py`**: - Added `_ActionT` type...
## Change Summary - add `round_robin_hosts` config option to `ConfigDict` typed dict - implement random shuffling of healthy nodes in `NodeManager.get_node()` - add test to verify shuffling behavior with round-robin...
## Change Summary Integrate the new v30 breaking API changes into the client. Those include: - `synonym_sets` - `curation_sets` - analytics refactor ## PR Checklist - [x] I have read...