similaritySearch abstract method
Searches for the most similar documents to the given query.
query The text query to search for.
limit Maximum number of documents to return.
Implementation
Future<List<AIDocument>> similaritySearch(String query, {int limit = 4});