feat: add embedchain javascript package (#576)
This commit is contained in:
3
embedchain-js/embedchain/models/FormattedResult.ts
Normal file
3
embedchain-js/embedchain/models/FormattedResult.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Document } from 'langchain/document';
|
||||
|
||||
export type FormattedResult = [Document, number | null];
|
||||
Reference in New Issue
Block a user