Embedding#
- class nemo_microservices.types.Embedding(*args: Any, **kwargs: Any)
Bases:
BaseModel
- embedding: List[float]
The embedding vector.
- index: int
The index of the embedding.
- object: Literal['embedding'] | None = None
Bases: BaseModel
The embedding vector.
The index of the embedding.