mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
[CodeFactor] Apply fixes
This commit is contained in:
@@ -7,7 +7,7 @@ import styles from './styles.css?inline';
|
||||
import { unmount } from 'svelte';
|
||||
import { loadDynamicItems } from './dynamicSearch';
|
||||
import { waitForElm } from '@/seqta/utils/waitForElm';
|
||||
import { runIndexing, loadAllStoredItems } from './indexing/indexer';
|
||||
import { loadAllStoredItems, runIndexing } from './indexing/indexer';
|
||||
|
||||
const settings = defineSettings({
|
||||
searchHotkey: stringSetting({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { getAll, put, clear, remove } from './db';
|
||||
import { clear, getAll, put, remove } from './db';
|
||||
import { jobs } from './jobs';
|
||||
import { renderComponentMap } from './renderComponents';
|
||||
import type { IndexItem, HydratedIndexItem, Job, JobContext } from './types';
|
||||
import type { HydratedIndexItem, IndexItem, Job, JobContext } from './types';
|
||||
import { processItems } from '../vectorSearch';
|
||||
|
||||
const META_STORE = 'meta';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getEmbedding, EmbeddingIndex, initializeModel } from 'client-vector-search';
|
||||
import { EmbeddingIndex, getEmbedding, initializeModel } from 'client-vector-search';
|
||||
import type { HydratedIndexItem } from './indexing/types';
|
||||
import type { SearchResult } from 'client-vector-search';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user