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