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
Copy file name to clipboardExpand all lines: models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/titan/BedrockTitanEmbeddingModel.java
+17-20Lines changed: 17 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,8 @@
38
38
importio.micrometer.observation.Observation;
39
39
40
40
/**
41
-
* {@link org.springframework.ai.embedding.EmbeddingModel} implementation that
42
-
* uses the
43
-
* Bedrock Titan Embedding API. Titan Embedding supports text and image (encoded
44
-
* in
41
+
* {@link org.springframework.ai.embedding.EmbeddingModel} implementation that uses the
42
+
* Bedrock Titan Embedding API. Titan Embedding supports text and image (encoded in
45
43
* base64) inputs.
46
44
*
47
45
* Note: Titan Embedding does not support batch embedding.
@@ -59,8 +57,7 @@ public class BedrockTitanEmbeddingModel extends AbstractEmbeddingModel {
0 commit comments