mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-01-17 16:37:52 +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({
|
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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user