Skip to content

Commit 2d3020f

Browse files
authored
docs: Update vectorstores feature matrix for Qdrant (#31786)
## Description - `Qdrant` vector store supports `add_documents` with IDs. - Multi-tenancy is supported via [payload filters](https://qdrant.tech/documentation/guides/multiple-partitions/) and [JWT](https://qdrant.tech/documentation/guides/security/#granular-access-control-with-jwt) if needed.
1 parent 33c9bf1 commit 2d3020f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/theme/FeatureTables.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,9 +1176,9 @@ const FEATURE_TABLES = {
11761176
searchWithScore: true,
11771177
async: true,
11781178
passesStandardTests: false,
1179-
multiTenancy: false,
1179+
multiTenancy: true,
11801180
local: true,
1181-
idsInAddDocuments: false,
1181+
idsInAddDocuments: true,
11821182
},
11831183
{
11841184
name: "Redis",

0 commit comments

Comments
 (0)