Files
ragflow/rag/utils
Aari 775ffb7836 fix(opensearch): scope multi-document update to the target knowledge base (#17048)
Fix OpenSearch update missing kb_id scope. Unlike Elasticsearch, OSConnection.update dropped the knowledgebaseId argument, causing updates (like clearing pagerank) to apply to all datasets in a tenant. Now adds kb_id to the query condition.
2026-08-26 15:59:42 +08:00
..