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

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.