A company is developing a chatbot to provide real-time support by referencing its entire, multi-thousand-page library of technical documentation, which is updated daily. The language model powering the chatbot has a fixed, limited input size and cannot process the entire library at once. Which of the following approaches provides the most effective and scalable solution for this specific challenge?
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A company is developing a chatbot to provide real-time support by referencing its entire, multi-thousand-page library of technical documentation, which is updated daily. The language model powering the chatbot has a fixed, limited input size and cannot process the entire library at once. Which of the following approaches provides the most effective and scalable solution for this specific challenge?
A language model system is designed to answer questions using a vast library of documents that is too large to fit into the model's direct input. To manage this, it uses a retrieval-based approach with an external memory. Arrange the following actions into the correct operational sequence, from receiving a user's question to generating a final answer.
Architecting a Q&A System for Evolving Legal Precedents