
Answer-first summary for fast verification
Answer: Vector Stores, Conversation Buffer Memory
The question asks for TWO components required for a basic LLM-powered chat application with conversational capabilities, knowledge retrieval, and contextual memory. Option A (Vector Stores) is essential for knowledge retrieval as they store and enable semantic search of external knowledge. Option B (Conversation Buffer Memory) is required for contextual memory to maintain conversation history and context across interactions. Option C (External tools) is not strictly required for a basic application as it refers to additional functionalities beyond core chat capabilities. Option D (Chat loaders) are for loading chat data, not core runtime components. Option E (React Components) are frontend UI elements, not backend chain components. The community discussion shows 100% consensus on A, and the combination of A and B directly addresses knowledge retrieval and contextual memory requirements.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which TWO components are required to build a basic LLM-powered chat application that includes conversational capabilities, knowledge retrieval, and contextual memory? (Choose two.)
A
Vector Stores
B
Conversation Buffer Memory
C
External tools
D
Chat loaders
E
React Components
No comments yet.