search
AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.Search for similar records
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
search: Search for similar records
This is a method of the VectorStoreProtocol class in the knowledge module.Search for similar records
async def search(&self, query_embedding: &[f32], limit: usize) -> Result<Vec<SearchResultItem>>