AgentsSearch

SearchIndexMigrator

View as MarkdownOpen in Claude

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.

1from signalwire.search import SearchIndexMigrator

Requires search dependencies and the pgvector backend package. Install with pip install signalwire[search-all].

Methods