Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.