JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.springframework.ai.embedding.Embedding
Packages that use
Embedding
Package
Description
org.springframework.ai.embedding
Uses of
Embedding
in
org.springframework.ai.embedding
Methods in
org.springframework.ai.embedding
that return types with arguments of type
Embedding
Modifier and Type
Method
Description
List
<
Embedding
>
EmbeddingResponse.
getData
()
Constructor parameters in
org.springframework.ai.embedding
with type arguments of type
Embedding
Modifier
Constructor
Description
EmbeddingResponse
(
List
<
Embedding
> data,
Map
<
String
,
Object
> metadata)