get
AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.Get a record by ID
Signature
Parameters
No description available.
Returns
The result of the operation.
get: Get a record by ID
This is a method of the VectorStoreProtocol class in the knowledge module.Get a record by ID
async def get(&self, id: &str) -> Result<Option<VectorRecord>>