Documentation
¶
Overview ¶
Package vecadmin provides an administrative virtual table to manage vector indexes. It currently supports forcing an index rebuild for a given shadow table using a simple SELECT with MATCH on the requested shadow name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module provides administrative operations via a virtual table. Usage:
CREATE VIRTUAL TABLE vec_admin USING vec_admin(op); SELECT op FROM vec_admin WHERE op MATCH 'main._vec_vec_knn:rootA'; -- rebuild dataset slice
Returns a single row with op='reindexed:<count>' on success.
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) Disconnect ¶
Click to show internal directories.
Click to hide internal directories.