Interface PgVectorEmbeddingStoreBuildTimeConfig


@ConfigRoot(phase=BUILD_TIME) @ConfigMapping(prefix="quarkus.langchain4j.pgvector") public interface PgVectorEmbeddingStoreBuildTimeConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the configured Postgres datasource to use for this store.
  • Method Details

    • datasource

      Optional<String> 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.