VectorIndexResponse

data class VectorIndexResponse(val path: String, val type: String)

Constructors

Link copied to clipboard
constructor(path: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the vector field in the document.

Link copied to clipboard

The index type of the vector. Currently, flat, diskANN, and quantizedFlat are supported.