mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat(Pinecone Vector Store Node, Supabase Vector Store Node): Add update operation to vector store nodes (#10060)
This commit is contained in:
@@ -27,7 +27,7 @@ export function getMetadataFiltersValues(
|
||||
ctx: IExecuteFunctions,
|
||||
itemIndex: number,
|
||||
): Record<string, never> | undefined {
|
||||
const options = ctx.getNodeParameter('options', itemIndex);
|
||||
const options = ctx.getNodeParameter('options', itemIndex, {});
|
||||
|
||||
if (options.metadata) {
|
||||
const { metadataValues: metadata } = options.metadata as {
|
||||
|
||||
Reference in New Issue
Block a user