getRelevantDocuments abstract method
Get the most relevant documents for a given query.
query
- The query to search for.options
- Retrieval options.
Implementation
Future<List<Document>> getRelevantDocuments(
final String query, {
final Options? options,
});