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.
This commit is contained in:
Anush 2025-06-30 23:32:07 +05:30 committed by GitHub
parent 33c9bf1adc
commit 2d3020f6cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1176,9 +1176,9 @@ const FEATURE_TABLES = {
searchWithScore: true, searchWithScore: true,
async: true, async: true,
passesStandardTests: false, passesStandardTests: false,
multiTenancy: false, multiTenancy: true,
local: true, local: true,
idsInAddDocuments: false, idsInAddDocuments: true,
}, },
{ {
name: "Redis", name: "Redis",