Evaluating Pre-indexing for Dynamic Datasets
A company is developing a real-time news summarization service. The system needs to find similar, recently published articles to provide context for its summaries. The collection of article vectors in the datastore is updated every minute as new stories are published. Would building a single, comprehensive index of this datastore offline be an effective long-term strategy for ensuring efficient retrieval? Justify your answer.
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 team is building a system that uses a massive, static collection of documents to provide context to a language model. To ensure users get fast responses, the team decides to spend several days pre-processing the document vectors into an optimized index before the system goes live. Which statement best analyzes the primary trade-off the team is making?
Recommendation System Design Choice
Evaluating Pre-indexing for Dynamic Datasets