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