get() method:
Include Fields
You can specify which fields to include in the response:vector: The vector data itselfcontents: Content associated with the vector (returned in original format)metadata: Structured metadata object
In Python, the
contents field is returned in its original format (string or bytes) as it was stored. String contents remain strings, and bytes contents remain bytes after decryption. In JavaScript/TypeScript, contents are returned as Buffer. In Go, contents are returned as []byte.include, the default is ["vector", "contents", "metadata"]. Note: id is always included in results.