Commit ba3b3280 by 勤劳上班的卑微小张 Committed by Archer

Fixed an issue where chunk splitter were lost when clicking on the link sync

parent 390b8f5b
......@@ -72,6 +72,8 @@ async function handler(req: NextApiRequest) {
type: collection.type,
trainingType: collection.trainingType,
chunkSize: collection.chunkSize,
chunkSplitter: collection.chunkSplitter,
qaPrompt: collection.qaPrompt,
fileId: collection.fileId,
rawLink: collection.rawLink,
metadata: collection.metadata,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment