mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 15:55:50 +00:00
Update rag-settings.js
This commit is contained in:
@@ -59,7 +59,28 @@ export const defaultSettings = {
|
|||||||
top_n: 5,
|
top_n: 5,
|
||||||
hybrid_alpha: 0.7,
|
hybrid_alpha: 0.7,
|
||||||
notify: true,
|
notify: true,
|
||||||
superSortEnabled: false,
|
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: {},
|
knowledgeBases: {},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user