Expand description
SQL migration strings for manual schema setup.
When PgVectorStoreBuilder::auto_migrate(false)
is set, run these SQL statements against your database before using the store.
Constants§
- CREATE_
EXTENSION - Creates the
vectorextension if it does not exist.
Functions§
- create_
hnsw_ index_ sql - Returns the
CREATE INDEXstatement for an HNSW index. - create_
table_ sql - Returns the
CREATE TABLEstatement for a given table name and dimension count.