1.0.0-beta.8 (2024-04-09)
Features Added
- Added support for service API version,
2024-03-01-preview
. - Added a new property to
EmbeddingOptions
:dimensions
, which is only supported in modelstext-embedding-3-*
and above.
- Added a new method to get base64 encoded string in
EmbeddingItem
class:getEmbeddingAsString
method returns the embedding as a base64 encoded string.
- Added a new overload
getChatCompletionsStreamWithResponse
that takesRequestOptions
to provide the flexibility to
modify the HTTP request.
Breaking Changes
- Replace return type
List<Double>
withList<Float>
ofgetEmbedding
method inEmbeddingItem
class.
Bugs Fixed
- A bugs fixed in Azure Core SDK that solves where text/event-stream content type wasn't being handled correctly.
Replaced content type exact match equal by 'startwith'. (#39204)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.47.0
to version1.48.0
. - Upgraded
azure-core-http-netty
from1.14.1
to version1.14.2
.