searchSimilar method
Search for similar documents.
Implementation
@override
Future<List<RetrievalResult>> searchSimilar({
required String query,
int topK = 5,
double threshold = 0.0,
}) async {
throw UnimplementedError('RAG is not supported on web platform yet');
}