You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for passing embedding types in the service settings,
enabling float, int8, and binary embeddings returned in the response.
Closeelastic#126526
Request should support one of byte, float, int8 as per https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-cohere.html
We currently only support parsing float: AmazonBedrockEmbeddingsResponse
We should be able to reuse this code: CohereEmbeddingsResponseEntity
https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-embed.html
The text was updated successfully, but these errors were encountered: