Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
add: Add content to knowledge base
This is a method of the Knowledge class in the knowledge module.
def add(&mut self, content: &str, metadata: Option<HashMap<String, String>>) -> Result<AddResult>