Y
Hacker News
new
|
ask
|
show
|
jobs
by
nullify88
282 days ago
I just wish it didn't need Postgres and SQLite was an option.
1 comments
smashed
282 days ago
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.
link
rovr138
282 days ago
There’s also a vector extension on SQLite. Or it could be handed off to milvus lite or something else.
link
Implicated
282 days ago
Or Redis :D
link