fix(advisor): tote Collection bp_compliance_recht aus RAG-Suche entfernen
bp_compliance_recht existiert nicht in Qdrant -> 500 bei jeder Advisor-Suche (graceful verworfen, aber unnoetige Last + ein toter von 6 Such-Pfaden). Entdeckt beim BDSG-Chunk-Audit. Reaktivieren, sobald die Collection befuellt ist. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,8 @@ export const COMPLIANCE_COLLECTIONS = [
|
|||||||
'bp_compliance_ce',
|
'bp_compliance_ce',
|
||||||
'bp_compliance_datenschutz',
|
'bp_compliance_datenschutz',
|
||||||
'bp_dsfa_corpus',
|
'bp_dsfa_corpus',
|
||||||
'bp_compliance_recht',
|
// 'bp_compliance_recht' entfernt 2026-06-22: existiert NICHT in Qdrant -> 500 bei jeder Suche
|
||||||
|
// (wird still verworfen, aber unnoetige Last). Wieder aufnehmen, sobald die Collection befuellt ist.
|
||||||
'bp_legal_templates',
|
'bp_legal_templates',
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user