diff --git a/website/docs/api/basevectors.mdx b/website/docs/api/basevectors.mdx index 03eb6e836..638e73808 100644 --- a/website/docs/api/basevectors.mdx +++ b/website/docs/api/basevectors.mdx @@ -128,12 +128,6 @@ pipeline. Dummy method to allow serialization. Implement to serialize vector data to a binary string. -> #### Example -> -> ```python -> vectors_bytes = vectors.to_bytes() -> ``` - | Name | Description | | ----------- | ---------------------------------------------------- | | **RETURNS** | The serialized form of the vectors object. ~~bytes~~ |