The Retrieval Engine Edition SDK for Python covers traffic API operations for data processing and querying. For all other management operations, use the Management SDKs.
Installation
Install the latest version:
pip install alibabacloud-ha3engineTo install a specific version:
pip install alibabacloud-ha3engine==<version>Change history
V1.3.6 (2023-11-13)
Added
SQL queries and Havenask queries now support the POST method.
V1.3.5 (2023-07-12)
Added
Data can be pushed to the search engine by a specific SWIFT topic over an internal network.
V1.3.4 (2023-06-09)
Changed
The default delimiter for key-value pairs in SQL statements is changed to semicolon (
;).
V1.3.3 (2023-02-23)
Added
RESTful API operations are supported for queries.
HTTP proxies can be customized.
Query results can be returned in
byte[]format.
V1.3.1 (2022-03-21)
Added
Input parameters are supported for runtime parameters.
V1.1.0 (2022-01-13)
Added
Raw query search is supported.
Data push is supported.
The request structure for search operations is encapsulated.