We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb43c5 commit 3f793caCopy full SHA for 3f793ca
app/frontend/src/pages/ask/Ask.tsx
@@ -104,7 +104,7 @@ export function Component(): JSX.Element {
104
setUseAgenticRetrieval(config.showAgenticRetrievalOption);
105
if (config.showAgenticRetrievalOption) {
106
setRetrieveCount(10);
107
- setMinimumRerankerScore(1.5);
+ setMinimumRerankerScore(2.1);
108
}
109
});
110
};
app/frontend/src/pages/chat/Chat.tsx
@@ -137,7 +137,7 @@ const Chat = () => {
137
138
139
140
141
142
143
0 commit comments