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