pub async fn diff_memory_vectors(
handle: &SurrealHandle,
commit_a: &str,
commit_b: &str,
) -> Result<VectorStoreDelta, Error>Expand description
Diff memory vectors between two commits
pub async fn diff_memory_vectors(
handle: &SurrealHandle,
commit_a: &str,
commit_b: &str,
) -> Result<VectorStoreDelta, Error>Diff memory vectors between two commits