We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af88a44 commit 2b77887Copy full SHA for 2b77887
src/tools/mongodb/mongodbTool.ts
@@ -20,6 +20,7 @@ export const VectorIndexArgs = {
20
.object({
21
path: z
22
.string()
23
+ .min(1)
24
.describe(
25
"Name of the field to index. For nested fields, use dot notation to specify path to embedded fields."
26
),
@@ -46,6 +47,7 @@ export const VectorIndexArgs = {
46
47
z.object({
48
49
50
51
52
"Name of the field to filter by. For nested fields, use dot notation to specify path to embedded fields."
53
0 commit comments