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 KnowledgeStoreProtocol class in the knowledge module.
Get item by ID

Signature

async def get(&self, item_id: &str) -> Result<Option<SearchResultItem>>

Parameters

item_id
&str
required
No description available.

Returns

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