Skip to content

Root nodes#

Root nodes คือโหนดพื้นฐานภายในกลุ่มของ cluster nodes

Cluster nodes คือกลุ่มของ node ที่ทำงานร่วมกันเพื่อมอบฟังก์ชันการทำงานใน workflow ของ n8n แทนที่จะใช้ node เดียว คุณจะใช้ root node และ sub-nodes หนึ่งรายการหรือมากกว่าเพื่อขยายฟังก์ชันการทำงานของ node

Screenshot of a workflow with a root node and two sub-nodes

AI glossary#

  • completion: Completions are the responses generated by a model like GPT.
  • hallucinations: Hallucination in AI is when an LLM (large language model) mistakenly perceives patterns or objects that don't exist.
  • vector database: A vector database stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions.
  • vector store: A vector store, or vector database, stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions.