algoliasearch-client-python
algoliasearch-client-python copied to clipboard
⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
The spec for this new test is described here: https://github.com/algolia/algoliasearch-client-specs/pull/34
Looking at the retry specs, we see that: ``` When retrying, use the next host in your array. When retrying because of a timeout, raise the timeouts like this: number_of_tries...
The Python API client throws a runtime exception while attempting to desialize a non json response. Note that, as described on the JavaScript API Client, we should **NOT** deserialise responses...
https://github.com/algolia/algoliasearch-client-specs-internal/issues/30
- Algolia Client Version: latest ### Description On the Algolia PHP Client, there is the logger feature that allow us to log what happens when a `search`|or other method is...
- Algolia Client Version: Latest - Language Version: Python3.8 ### Description I am trying run search queries using a secured api key with this library. It does not appear SearchClient...
I have a dictionary with records that I'm trying to use to generate an index. But when trying to do ```python request_options = { "autoGenerateObjectIDIfNotExist":True, } index.replace_all_objects(records, request_options) ``` I...
| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | no | BC breaks? | no | Related Issue | no | Need...
- Algolia Client Version: 2.5.0 (I see that 3.0 was released 3 days ago, not sure if that resolves this) - Language Version: Python 3.9.7 ### Description Client throws `algoliasearch.exceptions.AlgoliaUnreachableHostException`:...
- Algolia Client Version: 3.0.0 - Language Version: 3.11.4 ### Description I'm trying to use `SearchIndex.browse_objects_async`, but I'm running into an issue with the async iterator, `ObjectIteratorAsync`. This is the...