Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.48k stars 227 forks source link

Sqlite support #76

Closed netandreus closed 1 year ago

netandreus commented 1 year ago

Do you plan support sqlite instead of postgresql? I think it will be comfortable for small instalaltions.

timothycarambat commented 1 year ago

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!