add
AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.Add a record to the store
Signature
Parameters
No description available.
Returns
The result of the operation.
add: Add a record to the store
This is a method of the VectorStoreProtocol class in the knowledge module.Add a record to the store
async def add(&mut self, record: VectorRecord) -> Result<String>