7 ms·
There's actually quite a few ways to do shared database multi-tenant setups with pgvector. You can have separate out tenants into separate tables, schema, and e
by avthar 2y ago
There's actually quite a few ways to do shared database multi-tenant setups with pgvector. You can have separate out tenants into separate tables, schema, and even logical databases within the same database service itself.
Here's an overview of the methods [1] (all except separate database of course)
[1]: https://x.com/avthars/status/1832915959406842241 https://x.com/avthars/status/1832915959406842241
- hakanderyal 2y agoYes, I know about all of them but at that point just running qdrant becomes preferable from a cost/benefit standpoint for my use cases. Edit: Just noticed we had this discussion on X with you already.