Skip to content

Question and Answer Chain node#

ใช้ Question and Answer Chain node เพื่อใช้ vector store เป็น retriever

ในหน้านี้ คุณจะพบพารามิเตอร์ของโหนดสำหรับ Question and Answer Chain node และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม

Node parameters#

Query#

คำถามที่คุณต้องการถาม

Templates and examples#

Ask questions about a PDF using AI

by David Roberts

View template details
AI Crew to Automate Fundamental Stock Analysis - Q&A Workflow

by Derek Cheung

View template details
Advanced AI Demo (Presented at AI Developers #14 meetup)

by Max Tkacz

View template details
Browse Question and Answer Chain integration templates, or search all templates

อ้างอิง เอกสารของ LangChain เกี่ยวกับ retrieval chains สำหรับตัวอย่างวิธีการที่ LangChain สามารถใช้ vector store เป็น retriever

ดูเอกสาร Advanced AI ของ n8n

Common issues#

สำหรับข้อผิดพลาดหรือปัญหาทั่วไปและขั้นตอนการแก้ไขที่แนะนำ โปรดดูที่ Common Issues

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.