Skip to content

Conversation

@Enniwhere
Copy link
Contributor

Migrated the DB functionality to postgres rather than sqlite. The migration is rather extensive and also includes:

  • Cleaning up the unit test suite
  • Using new FTS functionality
  • Using new vector search functionality
  • Making migration scripts for both articles table and existing vector indexes
  • Adding documentation
  • Deleted redundant scripts that were too strongly tied to sqlite

* Migrated the FTS functionality to postgres

* Fixed all the typing errors

* Removed debug prints

* Cleaned up the migration scripts
…rt for vector indexes and cleaned up the unit tests, adding new ones for the migrated functionality. (#64)
@Enniwhere Enniwhere linked an issue Dec 17, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to Postgres DB

2 participants