fix: rerank usage (#4751)

* remove invalid index

* perf: i18n

* fix: rerank usage
This commit is contained in:
Archer
2025-05-06 16:23:36 +08:00
committed by GitHub
parent 367ee517ec
commit ef537f391c
10 changed files with 38 additions and 34 deletions

View File

@@ -95,8 +95,6 @@ try {
close custom feedback;
*/
ChatItemSchema.index({ appId: 1, chatId: 1, dataId: 1 });
// admin charts
ChatItemSchema.index({ time: -1, obj: 1 });
// timer, clear history
ChatItemSchema.index({ teamId: 1, time: -1 });