DefaultVectorClientProperties

data class DefaultVectorClientProperties(val seedJsonFilePath: String, val limit: Int = 5)

The default properties for the VectorClient.

Constructors

Link copied to clipboard
constructor(seedJsonFilePath: String, limit: Int = 5)

Properties

Link copied to clipboard
val limit: Int = 5
Link copied to clipboard