mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
5 lines
229 B
TypeScript
5 lines
229 B
TypeScript
export { getEmbeddingClient, MockEmbeddingClient } from './client';
|
|
export { CopilotEmbeddingJob } from './job';
|
|
export type { Chunk, DocFragment } from './types';
|
|
export { EMBEDDING_DIMENSIONS, EmbeddingClient } from './types';
|