Browse Source

Remove unused variable

vishnukvmd 1 year ago
parent
commit
1d7e609bbe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/services/semantic_search/semantic_search_service.dart

+ 0 - 1
lib/services/semantic_search/semantic_search_service.dart

@@ -28,7 +28,6 @@ class SemanticSearchService {
   static final Computer _computer = Computer.shared();
   static final Computer _computer = Computer.shared();
   static final LRUMap<String, List<double>> _queryCache = LRUMap(20);
   static final LRUMap<String, List<double>> _queryCache = LRUMap(20);
 
 
-  static const kModelName = "clip";
   static const kEmbeddingLength = 512;
   static const kEmbeddingLength = 512;
   static const kScoreThreshold = 0.23;
   static const kScoreThreshold = 0.23;
   static const kShouldPushEmbeddings = true;
   static const kShouldPushEmbeddings = true;