mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-08 16:10:09 +00:00
update chunk size
This commit is contained in:
@@ -210,7 +210,7 @@ const openAICompatibleModelSchema = z.object({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const ragOptionsSchema = z.object({
|
const ragOptionsSchema = z.object({
|
||||||
chunkSize: z.number().catch(1000),
|
chunkSize: z.number().catch(500),
|
||||||
batchSize: z.number().catch(32),
|
batchSize: z.number().catch(32),
|
||||||
thresholdTokens: z.number().catch(8192),
|
thresholdTokens: z.number().catch(8192),
|
||||||
minSimilarity: z.number().catch(0.0),
|
minSimilarity: z.number().catch(0.0),
|
||||||
|
|||||||
Reference in New Issue
Block a user