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
include, the default is ["vector", "contents", "metadata"]. Note: id is always included in results.
For IVFPQ and IVFSQ index types, the
vector field cannot be included in the response as these index types use compression techniques that don’t preserve original vectors.API Reference
For more information on getting items from an encrypted index, refer to the API reference:REST API Reference
REST API reference for
/v1/vectors/getPython SDK Reference
API reference for
get() in PythonJS/TS SDK Reference
API reference for
get() in JavaScript/TypeScriptGo SDK Reference
API reference for
Get() in Go