feat(Pinecone Vector Store Node, Supabase Vector Store Node): Add update operation to vector store nodes (#10060)

This commit is contained in:
Eugene
2024-07-22 16:15:43 +02:00
committed by GitHub
parent c6131859f5
commit 7e1eeb4c31
5 changed files with 156 additions and 68 deletions

View File

@@ -2145,6 +2145,7 @@ export const eventNamesAiNodes = [
'n8n.ai.llm.generated',
'n8n.ai.llm.error',
'n8n.ai.vector.store.populated',
'n8n.ai.vector.store.updated',
] as const;
export type EventNamesAiNodesType = (typeof eventNamesAiNodes)[number];