[HELP] i want to build n8n Nodes QnA AI need help with dataset

I’m looking for n8n dataset

Workflow i have in mind is this:

I think It is possible to build Question and Answering AI for n8n Nodes by providing detailed correct information of each nodes (n8n nodes dataset) where do i get such dataset? does n8n have it officially listed or do i have to do something?

Example QnA

Q: i need nodes that does this my input is in JSON format the output should be in file in local folder
A: you can try this node:
and here is how it works:
what you need are: <node requirements such as credentials, access, paths, etc>

Ofcourse what I’m looking for is dataset of n8n nodes not the whole AI, please anyone have any idea?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

the n8n nodes dataset should be the latest, and if these n8n nodes dataset get updated users can just update the RAG system (locally) or user can just connect that dataset through url.

for beginner this kind dataset might be really useful. I believe in near future we will can connect directly to datasets for common chatbot AI such as claude, openai and (maybe not gemini).

Hi @Ricky_Supriyadi

Thanks for posting here and welcome to the community! :tada:

Unfortunately there is no easy way to just “plug-and-play” input a node data set. You would have to do the data retrieval and sanitization yourself.
However, given n8n’s open source nature you can use our Github repository together with our docs to achieve that.

This is no small task and rest assured that we’re already working on improving our AI to be able to build workflows from just a prompt eventually :wink:

I am really sorry for not being able to emphasize my question correctly…
i think i should re-pharse my question,

I’m looking for list of all n8n nodes available (Best apps & software integrations | n8n) but in detail of each nodes. is that even available?

from that i’m going to make a dataset of them (if this dataset already available then it would be easier if not maybe i could try convert it into dataset)