fix(AntennaService): filter is not working

This commit is contained in:
무라쿠모 2024-05-14 00:09:53 +09:00
parent d4a1ed43f8
commit c3dfbf1e33
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 28 additions and 8 deletions

View file

@ -18,7 +18,7 @@ import { QueryService } from '@/core/QueryService.js';
import { IdService } from '@/core/IdService.js';
import { UserEntityService } from './entities/UserEntityService.js';
import type { Index, MeiliSearch } from 'meilisearch';
import { nonMaxSuppressionV3Impl } from '@tensorflow/tfjs-core/dist/backends/non_max_suppression_impl.js';
// import { nonMaxSuppressionV3Impl } from '@tensorflow/tfjs-core/dist/backends/non_max_suppression_impl.js';
type K = string;
type V = string | number | boolean;