Uses of Class
com.bytedesk.kbase.llm_text.TextRequest
Packages that use TextRequest
-
Uses of TextRequest in com.bytedesk.kbase.llm_text
Methods in com.bytedesk.kbase.llm_text with parameters of type TextRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
TextRestController.create
(TextRequest request) TextRestService.create
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.delete
(TextRequest request) void
TextRestService.delete
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.deleteAll
(TextRequest request) void
TextRestService.deleteAll
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.enable
(TextRequest request) TextRestService.enable
(TextRequest request) TextRestController.export
(TextRequest request, jakarta.servlet.http.HttpServletResponse response) TextEntity.hasChanged
(TextRequest request) 判断内容是否有变化 只有当关键内容发生变化时,才会触发更新向量索引org.springframework.http.ResponseEntity<?>
TextRestController.queryByOrg
(TextRequest request) org.springframework.data.domain.Page<TextResponse>
TextRestService.queryByOrg
(TextRequest request) org.springframework.data.domain.Page<TextEntity>
TextRestService.queryByOrgEntity
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.queryByUid
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.queryByUser
(TextRequest request) org.springframework.data.domain.Page<TextResponse>
TextRestService.queryByUser
(TextRequest request) static org.springframework.data.jpa.domain.Specification<TextEntity>
TextSpecification.search
(TextRequest request) TextElasticService.suggestTexts
(TextRequest request) 用户在输入过程中,给出输入联想org.springframework.http.ResponseEntity<?>
TextRestController.update
(TextRequest request) TextRestService.update
(TextRequest request) void
TextElasticService.updateAllIndex
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.updateAllIndex
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.updateAllVectorIndex
(TextRequest request) void
TextVectorService.updateAllVectorIndex
(TextRequest request) 更新所有文本的向量索引void
TextElasticService.updateIndex
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.updateIndex
(TextRequest request) org.springframework.http.ResponseEntity<?>
TextRestController.updateVectorIndex
(TextRequest request) void
TextVectorService.updateVectorIndex
(TextRequest request) 更新文本的向量索引