SearchIndexMigrator
SearchIndexMigrator converts search indexes between the SQLite (.swsearch)
and pgvector (PostgreSQL) backends. This is useful when moving from local
development to production, or when changing infrastructure.
Requires search dependencies and the pgvector backend package.
Install with pip install signalwire[search-all].