searchSimilar method
Implementation
List<ContentChunkModel> searchSimilar(
List<double> queryEmbedding, {
String? topicId,
int limit = 8,
double threshold = 0.3,
}) => [];
List<ContentChunkModel> searchSimilar(
List<double> queryEmbedding, {
String? topicId,
int limit = 8,
double threshold = 0.3,
}) => [];