Embedding - Python SDK

Embedding method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

Embedding vector as an array of floats or a base64 string

Supported Types

List[float]

1value: List[float] = /* values here */

str

1value: str = /* values here */