add
Method
This is a method of the Knowledge class in the knowledge module.Add content to knowledge base
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
add: Add content to knowledge base
This is a method of the Knowledge class in the knowledge module.Add content to knowledge base
def add(&mut self, content: &str, metadata: Option<HashMap<String, String>>) -> Result<AddResult>