mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
[CodeFactor] Apply fixes to commit 454ab28
This commit is contained in:
@@ -7,7 +7,7 @@ export function searchVectors(query: string, topK: number = 10): Promise<VectorS
|
||||
}
|
||||
*/
|
||||
|
||||
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