子节点#
子节点附加到集群节点组中的根节点上,用于配置集群的整体功能。
集群节点是指在工作流中协同工作以提供功能的节点组。不同于使用单一节点,您可以使用一个根节点和一个或多个子节点来扩展节点的功能。
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.