Remove example from BaseVectors docs

This commit is contained in:
Adriane Boyd 2023-08-01 11:37:46 +02:00
parent 294f89e1ca
commit d79fb4fa79

View File

@ -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~~ |