mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
refactor(authority): complete v0.6-only sql/blob/jobs rollout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user