public class EmbeddingResponse
extends Object
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
void
-
Constructor Details
-
EmbeddingResponse
public EmbeddingResponse(List<float[]> embeddings)
-
EmbeddingResponse
public EmbeddingResponse()
-
Method Details
-
-
getEmbeddings
public List<float[]> getEmbeddings()
-
setEmbeddings
public void setEmbeddings(List<float[]> embeddings)
-
-
canEqual
protected boolean canEqual(Object other)
-
-