Uses of Class
dev.langchain4j.community.data.document.loader.alloydb.AlloyDBLoader.Builder
Packages that use AlloyDBLoader.Builder
-
Uses of AlloyDBLoader.Builder in dev.langchain4j.community.data.document.loader.alloydb
Methods in dev.langchain4j.community.data.document.loader.alloydb that return AlloyDBLoader.BuilderModifier and TypeMethodDescriptionstatic AlloyDBLoader.BuilderAlloyDBLoader.builder(AlloyDBEngine engine) Create a newAlloyDBLoader.Builder.AlloyDBLoader.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.AlloyDBLoader.Builder.metadataColumns(List<String> metadataColumns) Sets the list of columns to use for the document metadata.AlloyDBLoader.Builder.metadataJsonColumn(String metadataJsonColumn) Sets the column name containing JSON metadata.Sets the SQL query to execute.AlloyDBLoader.Builder.schemaName(String schemaName) Sets the schema name for the table.Sets the table name to load data from.