Skip to main content

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.