mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-07 03:48:20 +00:00
feat(app): fix type resolving issues
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Chunk } from '@/lib/types';
|
||||
|
||||
abstract class BaseEmbedding<CONFIG> {
|
||||
constructor(protected config: CONFIG) {}
|
||||
abstract embedText(texts: string[]): Promise<number[][]>;
|
||||
|
||||
Reference in New Issue
Block a user