feat: add embedchain javascript package (#576)
This commit is contained in:
7
embedchain-js/embedchain/models/ChunkResult.ts
Normal file
7
embedchain-js/embedchain/models/ChunkResult.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Metadata } from './Metadata';
|
||||
|
||||
export type ChunkResult = {
|
||||
documents: string[];
|
||||
ids: string[];
|
||||
metadatas: Metadata[];
|
||||
};
|
||||
Reference in New Issue
Block a user