Skip to content

问答链节点#

使用问答链节点可以将向量存储作为检索器使用。

本页将介绍问答链节点的参数配置,并提供更多相关资源链接。

节点参数#

查询#

您想要提问的问题。

模板与示例#

Browse 问答链 integration templates, or search all templates

相关资源#

参考LangChain关于检索链的文档,了解LangChain如何使用向量存储作为检索器的示例。

查看 n8n 的高级 AI 文档。

常见问题#

关于常见错误或问题及其解决方案,请参阅常见问题

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.