I'm afraid you'll have to build your own completer tailored for your model characteristics. Going through 200k entries takes time, you have to reduce that time somehow (e.g. using some kind of trie if your usecase allows it).