Remix.run Logo
nullify88 5 days ago

I just wish it didn't need Postgres and SQLite was an option.

smashed 4 days ago | parent [-]

It uses pgvector extension for search (?) so it's not as easy as changing the db engine. Using the provided docker compose file it's very manageable and the default/recommended layout keeps all data files in a single directory.

rovr138 4 days ago | parent [-]

There’s also a vector extension on SQLite. Or it could be handed off to milvus lite or something else.

Implicated 4 days ago | parent [-]

Or Redis :D