refactor(authority): complete v0.6-only sql/blob/jobs rollout

This commit is contained in:
Youzini-afk
2026-04-28 21:45:21 +08:00
parent a5b822682a
commit a7e2edac88
23 changed files with 1816 additions and 212 deletions

View File

@@ -484,7 +484,7 @@ export async function runResidualRecall({
};
}
const queryVec = await embedText(queryText, embeddingConfig, { signal });
const queryVec = await embedText(queryText, embeddingConfig, { signal, isQuery: true });
if (!queryVec || queryVec.length === 0) {
return {
triggered: false,