I am in the process of creating a n8n workflow AI-based generator. And so far its doing fairly well but sometimes it hallucinates operations or recourses. Currently I have 2000+ schemas saved in my vector database, however these schemas are not accurate. I built a TS extractor that scrapes the n8n repo and builds for each node its schema but this has proved to be extremely difficult as schemas are scattered across multiple ts files. I’m reacing out to the community to help me find a way to get those schemas as I believe what I’m building is extremely strong and beneficial for all of us especially non coders that want to generate n8n using pure natural language.
N8n has their own ai workflowbuilder.
If you want to scrape the data and do it all yourself you will have to do what you are doing, there is no wat around it.
It aint that difficult though, you can just create an n8n flow for it😅