add_source
Method
This is a method of the RAG class in the rag module.Add a knowledge source
Signature
Parameters
No description available.
Returns
The result of the operation.
add_source: Add a knowledge source
This is a method of the RAG class in the rag module.Add a knowledge source
def add_source(&mut self, source: impl Into<String>) -> ()