- Add batch_semantic_embed method for processing batches of semantic embeddings
3.1.5
- Remove internal search endpoint again (was only accessible for internal users).
3.1.4
Bug fixes
- Do not send max_answers for QA by default, use API's default instead.
3.1.3
Bug fixes
- Add missing import of **PromptGranularity** in _**init**.py_.
3.1.2
Bug fixes
- **AsyncClient**: Retry on ClientConnectionErrors as well.
3.1.1
Bug Fixes
`PromptGranularity` for `ExplanationRequest`s is now an enum. This was previously just a type alias for a union of literals but we felt that it would be more natural to have a dedicated enum.