query

fun query(values: List<Float>)
fun query(vararg values: Float)

Search by an explicit dense query vector.


fun query(id: PointId)

Search by the stored vector of an existing point.


fun query(query: QueryInterface)

Set the query directly (e.g. a prebuilt QueryInterface).