feat: custom read file service (#2548)

This commit is contained in:
Archer
2024-08-28 11:35:06 +08:00
committed by GitHub
parent bebf565c06
commit 52cbfeace3
5 changed files with 63 additions and 21 deletions

View File

@@ -51,6 +51,7 @@ export type DatasetCollectionSchemaType = {
chunkSize: number;
chunkSplitter?: string;
qaPrompt?: string;
ocrParse?: boolean;
tags?: string[];