fix(vector): keep ranking searches read-only

This commit is contained in:
youzini
2026-05-15 16:12:37 +00:00
parent 51f0022af7
commit baa88d8efe
3 changed files with 43 additions and 23 deletions

View File

@@ -435,6 +435,7 @@ export async function vectorPreFilter(
topK,
activeNodes,
signal,
{ readOnly: true },
);
} catch (error) {
if (isAbortError(error)) {