Question and Answer Chain node#
ใช้ Question and Answer Chain node เพื่อใช้ vector store เป็น retriever
ในหน้านี้ คุณจะพบพารามิเตอร์ของโหนดสำหรับ Question and Answer Chain node และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม
Node parameters#
Query#
คำถามที่คุณต้องการถาม
Templates and examples#
Related resources#
อ้างอิง เอกสารของ 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.