TypeError: vectors.map is not a function What does this mean when it's triggered from this:
TypeError: vectors.map is not a function
What does this mean when it's triggered from this:
await vectorIndex.insert({
id: String(data[0][dataId]),
values: vectorArray,
metadata
});
EDIT:
I tested it on a small function:
I got the same error: vectors.map is not a function...
What does this mean when it's triggered from this:
await vectorIndex.insert({
id: String(data[0][dataId]),
values: vectorArray,
metadata
});
EDIT:
I tested it on a small function:
I got the same error: vectors.map is not a function...

