Skip to main content
Text, token, or multimodal input(s) to embed

Supported Types

str

value: str = /* values here */

List[str]

value: List[str] = /* values here */

List[float]

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

List[List[float]]

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

List[operations.Input]

value: List[operations.Input] = /* values here */