Package-level declarations

Functions

Link copied to clipboard
fun Kdrant(host: String, port: Int = 6333, upsertBatchSize: Int = 1000, maxUpsertBytes: Int = DEFAULT_MAX_UPSERT_BYTES, logLevel: LogLevel? = null, configureClient: HttpClientConfig<*>.() -> Unit? = null, configure: KdrantConfigBuilder.() -> Unit = {}): QdrantClient

Entry point: creates a QdrantClient backed by the REST/Ktor engine.