QuestionQ41
Design ApplicationsA Generative Al Engineer is building an LLM-based application. The documents used by its retriever have been chunked to a maximum of 512 tokens each. The Generative Al Engineer knows that cost and latency matter more than quality for this application. Several context-length levels are available.
Which option will meet their need?
- A context length 514; smallest model is 0.44GB and embedding dimension 768
- B context length 2048: smallest model is 11GB and embedding dimension 2560
- C context length 32768: smallest model is 14GB and embedding dimension 4096
- D context length 512: smallest model is 0.13GB and embedding dimension 384
Community Discussion