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

Method
This is a method of the Knowledge class in the knowledge module.
Get document by ID

Signature

def get(&self, id: &str) -> Option<&Document>

Parameters

id
&str
required
No description available.

Returns

Returns
Option<&Document>
The result of the operation.