Uses of Class
com.bytedesk.kbase.llm_text.TextRequest
Packages that use TextRequest
Package
Description
-
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) protected org.springframework.data.jpa.domain.Specification<TextEntity>TextRestService.createSpecification(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.delete(TextRequest request) voidTextRestService.delete(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.deleteAll(TextRequest request) voidTextRestService.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.http.ResponseEntity<?>TextRestController.queryByUid(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.queryByUser(TextRequest request) static org.springframework.data.jpa.domain.Specification<TextEntity>TextSpecification.search(TextRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>TextRestController.update(TextRequest request) TextRestService.update(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.updateAllIndex(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.updateAllVectorIndex(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.updateIndex(TextRequest request) org.springframework.http.ResponseEntity<?>TextRestController.updateVectorIndex(TextRequest request) -
Uses of TextRequest in com.bytedesk.kbase.llm_text.elastic
Methods in com.bytedesk.kbase.llm_text.elastic with parameters of type TextRequestModifier and TypeMethodDescriptionTextElasticService.suggestTexts(TextRequest request) 用户在输入过程中,给出输入联想voidTextElasticService.updateAllIndex(TextRequest request) voidTextElasticService.updateIndex(TextRequest request) -
Uses of TextRequest in com.bytedesk.kbase.llm_text.vector
Methods in com.bytedesk.kbase.llm_text.vector with parameters of type TextRequestModifier and TypeMethodDescriptionvoidTextVectorService.updateAllVectorIndex(TextRequest request) 更新所有文本的向量索引voidTextVectorService.updateVectorIndex(TextRequest request) 更新文本的向量索引