This commit is contained in:
2026-08-05 16:42:12 +08:00
parent dc767d83f9
commit 139f6ccfd6
25 changed files with 647 additions and 104 deletions
-1
View File
@@ -28,7 +28,6 @@ func (c *dataset) Save(ctx context.Context, req *dto.SaveDatasetReq) (*dto.SaveD
EmbeddingCfgId: req.EmbeddingCfgId,
ChunkSize: req.ChunkSize,
ChunkOverlap: req.ChunkOverlap,
ChunkStrategy: req.ChunkStrategy,
Status: 1,
})
if err != nil {