179 questions
No questions match those filters.
Infra says moving to generative retrieval deletes the v...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansThe adjudication requires separating the storage concerns from the computational concerns. Infrastructure is correct that generative retrieval significantly reduces the memory footprint, as a 29.3 GB replicated host index is replaced by approximately 440 MB of model weights already resident on the GPU. However, the Retrieval team is correct that this does not eliminate the cost; it merely relocates it. The expense is moved from static storage line items into the training and continuous re-training pipeline required to keep the generative model’s internal knowledge updated as the corpus grows by an order of magnitude.