Sub nodes#
Sub nodes เชื่อมต่อกับ root nodes ภายในกลุ่มของ cluster nodes ทำหน้าที่กำหนดค่าการทำงานโดยรวมของ cluster
Cluster nodes คือกลุ่มของ node ที่ทำงานร่วมกันเพื่อมอบฟังก์ชันการทำงานใน workflow ของ n8n แทนที่จะใช้ node เดียว คุณจะใช้ root node และ sub-nodes หนึ่งรายการหรือมากกว่าเพื่อขยายฟังก์ชันการทำงานของ node
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.