# Embedding ## Supported Types ### `List[float]` ```python value: List[float] = /* values here */ ``` ### `str` ```python value: str = /* values here */ ```