This commit is contained in:
Archer
2023-12-27 11:07:39 +08:00
committed by GitHub
parent 86286efb54
commit 759a2330e6
182 changed files with 3099 additions and 81685 deletions

View File

@@ -43,6 +43,9 @@ export async function generateVector(): Promise<any> {
lockTime: new Date()
}
)
.sort({
weight: -1
})
.select({
_id: 1,
userId: 1,
@@ -137,6 +140,7 @@ export async function generateVector(): Promise<any> {
indexes: dataItem.indexes,
model: data.model
});
// push bill
pushGenerateVectorBill({
teamId: data.teamId,