qdrant-haystack icon indicating copy to clipboard operation
qdrant-haystack copied to clipboard

Support for partitions

Open chris-aeviator opened this issue 2 years ago • 0 comments

According to qdrant, the optimal strategy for Multitenancy is partioning.

How many collections should you create? In most cases, you should only use a single collection with payload-based partitioning. This approach is called multitenancy. It is efficient for most of users, but it requires additional configuration. This document will show you how to set it up. https://qdrant.tech/documentation/guides/multiple-partitions/

It would be nice if we could have a way to use the same index / documentstore or multiple documentstores (per user) on haystack.

chris-aeviator avatar Dec 08 '23 22:12 chris-aeviator