Interface QdrantRuntimeConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.qdrant")
public interface QdrantRuntimeConfig
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
host
String host()The URL of the Qdrant server. -
port
The gRPC port of the Qdrant server. Defaults to 6334 -
apiKey
The Qdrant API key to authenticate with. -
useTls
@WithDefault("false") boolean useTls()Whether to use TLS(HTTPS). Defaults to false. -
payloadTextKey
The field name of the text segment in the payload. Defaults to "text_segment" -
collection
QdrantRuntimeConfig.CollectionConfig collection()The collection configuration.
-