Remove unused variable

This commit is contained in:
vishnukvmd 2024-01-05 16:05:22 +05:30
parent 87fd781304
commit 1d7e609bbe

View file

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