searchSimilar method

List<ContentChunkModel> searchSimilar(
  1. List<double> queryEmbedding, {
  2. String? topicId,
  3. int limit = 8,
  4. double threshold = 0.3,
})

Implementation

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