Uses of Class
dev.langchain4j.community.data.document.loader.cloudsql.PostgresLoader.Builder
Packages that use PostgresLoader.Builder
-
Uses of PostgresLoader.Builder in dev.langchain4j.community.data.document.loader.cloudsql
Methods in dev.langchain4j.community.data.document.loader.cloudsql that return PostgresLoader.BuilderModifier and TypeMethodDescriptionstatic PostgresLoader.BuilderPostgresLoader.builder(PostgresEngine engine) Create a newPostgresLoader.Builder.PostgresLoader.Builder.contentColumns(List<String> contentColumns) Sets the list of columns to use for the document content.Sets the format for the document content.Sets a custom formatter to convert row data into document content.PostgresLoader.Builder.metadataColumns(List<String> metadataColumns) Sets the list of columns to use for the document metadata.PostgresLoader.Builder.metadataJsonColumn(String metadataJsonColumn) Sets the column name containing JSON metadata.Sets the SQL query to execute.PostgresLoader.Builder.schemaName(String schemaName) Sets the schema name for the table.Sets the table name to load data from.