- Backoff retry rate limit errors in resource create/update ops
4.0.0
- Notification endpoint - Duplication file detection - Improve serialization of CLI output - Support to add existing KBs as enabled local KBs - Listing of available KBs - Move from print to logger - Remove sys.exit calls - Support ask_json with json file path - Remove deprecated functions and text field on GenerativeFullResponse
3.3.0
- Accept all options on `ask()`, `search()` and `find()` methods.
3.2.2
- Fix `ask_json` str return
3.2.1
- Use Python Dict as a JSON parsed
3.2.0
- Add stream NUA generative call - Deprecation: response of NUA generative direct call will return a `GenerativeFullResponse` object with an answer field. The text field is deprecated. - Support ask endpoint stream - Add JSON output with jsonschema