Interface PgVectorEmbeddingStoreBuildTimeConfig
@ConfigRoot(phase=BUILD_TIME)
@ConfigMapping(prefix="quarkus.langchain4j.pgvector")
public interface PgVectorEmbeddingStoreBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the configured Postgres datasource to use for this store.
-
Method Details
-
datasource
The name of the configured Postgres datasource to use for this store. If not set, the default datasource from the Agroal extension will be used.
-