-- PR-DocSrv-Hierarchical-Decomposition-1 (c4): ivfflat 오염 fix 1/2. -- 기존 full ivfflat(idx_chunks_embedding)은 in_corpus=false hier leaf 벡터까지 포함 → -- 근사 검색이 비활성 벡터에 오염됨(corpus_chunks 결과 필터해도 근사 이웃 셋이 흔들림). -- partial index(WHERE in_corpus=true)로 교체 위해 먼저 drop. (다음 285 에서 재생성) DROP INDEX IF EXISTS idx_chunks_embedding;