mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
[CodeFactor] Apply fixes to commit d412762
This commit is contained in:
@@ -10,7 +10,7 @@ import styles from "./styles.css?inline";
|
|||||||
import { waitForElm } from "@/seqta/utils/waitForElm";
|
import { waitForElm } from "@/seqta/utils/waitForElm";
|
||||||
import { runIndexing } from "../indexing/indexer";
|
import { runIndexing } from "../indexing/indexer";
|
||||||
import { initVectorSearch } from "../search/vector/vectorSearch";
|
import { initVectorSearch } from "../search/vector/vectorSearch";
|
||||||
import { mountSearchBar, cleanupSearchBar } from "./mountSearchBar";
|
import { cleanupSearchBar, mountSearchBar } from "./mountSearchBar";
|
||||||
|
|
||||||
const settings = defineSettings({
|
const settings = defineSettings({
|
||||||
searchHotkey: stringSetting({
|
searchHotkey: stringSetting({
|
||||||
|
|||||||
@@ -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 { HydratedIndexItem } from '../../indexing/types';
|
||||||
import type { SearchResult } from 'client-vector-search';
|
import type { SearchResult } from 'client-vector-search';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user