Skip to main content

get

AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.
Get a record by ID

Signature

async def get(&self, id: &str) -> Result<Option<VectorRecord>>

Parameters

id
&str
required
No description available.

Returns

Returns
Result<Option<VectorRecord>>
The result of the operation.