Embedding
Embedding¶
A standard, built-in representation of a vector embedding.
- vector (
list[float]): The vector representation of the embedding. - content (
Any | None): The original content that was embedded. - metadata (
dict[str, Any]): Metadata associated with the embedding.