Skip to main content

get_all

AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.
Get all records

Signature

async def get_all(&self, limit: usize) -> Result<Vec<VectorRecord>>

Parameters

limit
usize
required
No description available.

Returns

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