@photostructure/sqlite-diskann
    Preparing search index...

    Interface MetadataColumn

    Metadata column definition for virtual table

    interface MetadataColumn {
        name: string;
        type: MetadataColumnType;
    }
    Index

    Properties

    Properties

    name: string

    Column name (must be valid SQL identifier: alphanumeric/underscore, starts with letter/underscore)

    SQLite column type