From d79fb4fa798f6ff5b5f9be9c4174b8d8558f2f63 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 1 Aug 2023 11:37:46 +0200 Subject: [PATCH] Remove example from BaseVectors docs --- website/docs/api/basevectors.mdx | 6 ------ 1 file changed, 6 deletions(-) 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~~ |