Skip to content

Commit 9494c26

Browse files
committed
fix doc req bodies
1 parent 003b32d commit 9494c26

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

apps/sim/tools/knowledge/create_document.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ export const knowledgeCreateDocumentTool: ToolConfig<any, KnowledgeCreateDocumen
103103
const requestBody = {
104104
documents: documents,
105105
processingOptions: {
106-
chunkSize: 1024,
107-
minCharactersPerChunk: 1,
108-
chunkOverlap: 200,
109106
recipe: 'default',
110107
lang: 'en',
111108
},

apps/sim/tools/knowledge/upsert_document.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ export const knowledgeUpsertDocumentTool: ToolConfig<
108108
mimeType,
109109
...tagData,
110110
processingOptions: {
111-
chunkSize: 1024,
112-
minCharactersPerChunk: 1,
113-
chunkOverlap: 200,
114111
recipe: 'default',
115112
lang: 'en',
116113
},

0 commit comments

Comments
 (0)