mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
feat: Sync collection (#3368)
* feat: sync collection * feat: sync collection * perf: website selector * update doc
This commit is contained in:
@@ -165,7 +165,8 @@ export async function pushDataListToTrainingQueue({
|
||||
a: item.a,
|
||||
chunkIndex: item.chunkIndex ?? 0,
|
||||
weight: weight ?? 0,
|
||||
indexes: item.indexes
|
||||
indexes: item.indexes,
|
||||
retryCount: 5
|
||||
})),
|
||||
{
|
||||
session,
|
||||
|
Reference in New Issue
Block a user