mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
Sqlite support #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @netandreus on GitHub (Oct 26, 2023).
Do you plan support sqlite instead of postgresql?
I think it will be comfortable for small instalaltions.
@timothycarambat commented on GitHub (Oct 26, 2023):
We actually used to use SQLite! But we had a ton of concurrency issues and massive performance problems when dealing with really large vector databases + background jobs. It was causing a bunch of issues so we moved away from it.
Limitations for SQLite + Primsa like deleteMany not being available was also very frustrating so we had to move to something less lightweight, but more robust.
I like SQLite! We use it for AnythingLLM!