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, maxConnectionsPerRoute: Int? = null, keepAliveTime: Duration? = null, requestId: () -> String? = null, configureClient: HttpClientConfig<*>.() -> Unit? = null, decorateTransport: (QdrantTransport) -> QdrantTransport = { it }, configure: KdrantConfigBuilder.() -> Unit = {}): QdrantClient
Entry point: creates a QdrantClient backed by the REST/Ktor engine.