public class Embedding extends Object implements Comparable<Embedding>
| Constructor and Description |
|---|
Embedding() |
Embedding(int index,
float[] embedding) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Embedding o) |
float[] |
getEmbedding() |
int |
getIndex() |
String |
toString() |
Copyright © 2025. All rights reserved.