You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When true, uses an ENN algorithm, otherwise uses ANN. Using ENN is not compatible with numCandidates, in that case, numCandidates must be left empty."
28
28
),
29
-
index: z.string().describe("Name of the index, as retrieved from the collection-indexes tool."),
29
+
index: z.string().describe("Name of the index, as retrieved from the `collection-indexes` tool."),
.describe("MQL filter that can only use pre-filter fields from the index definition."),
49
+
.describe(
50
+
"MQL filter that can only use pre-filter fields from the index definition. Note to LLM: If unsure, use the `collection-indexes` tool to learn which fields can be used for pre-filtering."
0 commit comments