mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 12:48:12 +00:00
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:
parent
33c9bf1adc
commit
2d3020f6cd
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user