Embed query text.
@override Future<List<double>> embedQuery(final String query) async { return _getEmbeddings(query); }