searchMatrixPairs
abstract suspend fun searchMatrixPairs(name: String, configure: SearchMatrixBuilder.() -> Unit = {}): SearchMatrixPairs
Sample points and return the pairwise distance matrix in pairs form (an explicit edge list).
val matrix = qdrant.searchMatrixPairs("docs") { sample = 100; limit = 5 }Content copied to clipboard
Throws
if the collection does not exist.