n8n-io / n8n-nodes-starter

Example starter module for custom n8n nodes.
MIT License
190 stars 128 forks source link

Exposing create_vector_store_node in n8n-workflow #52

Closed roadgoat19 closed 1 month ago

roadgoat19 commented 1 month ago

Hello, I am having trouble creating a community node to implement couchbase as a vector store. Is there a way I can access the create_vector_store_node function from within a community node? The method is not exposed in the n8n-workflow package.