소스 검색

Merge remote-tracking branch 'origin/rag/3.0.1' into debug

Roc 1 개월 전
부모
커밋
3750d8b4e5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      controllers/llm/question.go

+ 2 - 0
controllers/llm/question.go

@@ -343,6 +343,8 @@ func (c *QuestionController) Edit() {
 		br.ErrMsg = "修改失败,Err:" + err.Error()
 		return
 	}
+	// 新增/编辑ES数据
+	go services.AddOrEditEsRagQuestion(item.QuestionId)
 
 	br.Ret = 200
 	br.Success = true