get_all
AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.Get all records
Signature
Parameters
No description available.
Returns
The result of the operation.
get_all: Get all records
This is a method of the VectorStoreProtocol class in the knowledge module.Get all records
async def get_all(&self, limit: usize) -> Result<Vec<VectorRecord>>