What are people using for low-latency autocomplete in production? [P]
I’ve been looking into autocomplete/typeahead systems recently, especially in contexts where latency really matters (e.g. search-as-you-type or RAG pipelines). From what I can tell, the main approaches are: Full search backends (Elasticsearch, Meilise…