mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-14 02:40:45 +08:00
fix(vector): keep ranking searches read-only
This commit is contained in:
@@ -435,6 +435,7 @@ export async function vectorPreFilter(
|
||||
topK,
|
||||
activeNodes,
|
||||
signal,
|
||||
{ readOnly: true },
|
||||
);
|
||||
} catch (error) {
|
||||
if (isAbortError(error)) {
|
||||
|
||||
Reference in New Issue
Block a user