Uses of Class
com.google.genkit.plugins.postgresql.PostgresTableConfig
Packages that use PostgresTableConfig
Package
Description
PostgreSQL plugin for Genkit providing vector database integration using
pgvector extension.
-
Uses of PostgresTableConfig in com.google.genkit.plugins.postgresql
Methods in com.google.genkit.plugins.postgresql that return PostgresTableConfigModifier and TypeMethodDescriptionPostgresTableConfig.Builder.build()Builds the PostgresTableConfig.PostgresVectorStore.getConfig()Gets the table configuration.Methods in com.google.genkit.plugins.postgresql with parameters of type PostgresTableConfigModifier and TypeMethodDescriptionPostgresPlugin.Builder.addTable(PostgresTableConfig tableConfig) Adds a table configuration.Constructors in com.google.genkit.plugins.postgresql with parameters of type PostgresTableConfigModifierConstructorDescriptionPostgresVectorStore(DataSource dataSource, PostgresTableConfig config, Embedder embedder) Creates a new PostgresVectorStore.