n8n-io / n8n-nodes-starter

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

Couchbase vector store as community node #51

Closed roadgoat19 closed 1 month ago

roadgoat19 commented 1 month ago

I'd like to implement Couchbase vector store as a community node. Do I follow the same process as I would to create a regular community app node to create a vector store? For reference, I'd like it to function similarly to the Qdrant/Supabase/Pinecone vector stores.

Thank you!

Joffcom commented 1 month ago

Hey @roadgoat19,

It is a similar process so for AI nodes you would need to follow how the AI nodes are created, The package and the publish process is the same though.