This commit is contained in:
2026-08-05 13:39:37 +08:00
parent 13672fb217
commit b11ed5b433
40 changed files with 503 additions and 434 deletions
+3
View File
@@ -26,6 +26,9 @@ func (c *dataset) Save(ctx context.Context, req *dto.SaveDatasetReq) (*dto.SaveD
Name: req.Name,
Description: req.Description,
EmbeddingCfgId: req.EmbeddingCfgId,
ChunkSize: req.ChunkSize,
ChunkOverlap: req.ChunkOverlap,
ChunkStrategy: req.ChunkStrategy,
Status: 1,
})
if err != nil {