Interface QdrantBuildConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.qdrant")
public interface QdrantBuildConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionConfiguration for DevServices.
-
Method Details
-
devservices
QdrantBuildConfig.DevServicesConfig devservices()Configuration for DevServices. DevServices allows Quarkus to automatically start a database in dev and test mode.
-