mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
[CodeFactor] Apply fixes to commit 886d0a9
This commit is contained in:
@@ -12,7 +12,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";
|
||||
//import { initVectorSearch } from "../search/vector/vectorSearch";
|
||||
import { VectorWorkerManager } from "../indexing/worker/vectorWorkerManager";
|
||||
import indexWorker from "./indexWorker?inlineWorker";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {
|
||||
getEmbedding,
|
||||
EmbeddingIndex,
|
||||
getEmbedding,
|
||||
initializeModel,
|
||||
} from "client-vector-search";
|
||||
import type { HydratedIndexItem } from "../types";
|
||||
|
||||
Reference in New Issue
Block a user