mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Pinecone Vector Store Node, Supabase Vector Store Node): Add update operation to vector store nodes (#10060)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user