Update rag-settings.js

This commit is contained in:
2025-11-04 23:39:07 +08:00
committed by GitHub
parent a198b8606d
commit 228690057e

View File

@@ -10,6 +10,7 @@ export const defaultSettings = {
embeddingModel: 'text-embedding-3-small',
notify: true,
batchSize: 50,
independentChatMemoryEnabled: false,
},
advanced: {
chunkSize: 768,