Update rag-settings.js

This commit is contained in:
2025-10-10 22:05:17 +08:00
committed by GitHub
parent 1f13e8ea7b
commit bf720ca642

View File

@@ -60,6 +60,27 @@ export const defaultSettings = {
hybrid_alpha: 0.7,
notify: true,
superSortEnabled: false,
priorityRetrieval: {
enabled: false,
sources: {
novel: {
enabled: false,
count: 5
},
chat_history: {
enabled: false,
count: 5
},
lorebook: {
enabled: false,
count: 5
},
manual: {
enabled: false,
count: 5
}
}
},
},
knowledgeBases: {},
};