Uses of Class
com.bytedesk.kbase.llm_webpage.WebpageRequest
Packages that use WebpageRequest
Package
Description
-
Uses of WebpageRequest in com.bytedesk.kbase.llm_webpage
Methods in com.bytedesk.kbase.llm_webpage with parameters of type WebpageRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>WebpageRestController.create(WebpageRequest request) WebpageRestService.create(WebpageRequest request) protected org.springframework.data.jpa.domain.Specification<WebpageEntity>WebpageRestService.createSpecification(WebpageRequest request) org.springframework.http.ResponseEntity<?>WebpageRestController.delete(WebpageRequest request) voidWebpageRestService.delete(WebpageRequest request) org.springframework.http.ResponseEntity<?>WebpageRestController.deleteAll(WebpageRequest request) voidWebpageRestService.deleteAll(WebpageRequest request) org.springframework.http.ResponseEntity<?>WebpageRestController.enable(WebpageRequest request) WebpageRestService.enable(WebpageRequest request) WebpageRestController.export(WebpageRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>WebpageRestController.queryByOrg(WebpageRequest request) org.springframework.http.ResponseEntity<?>WebpageRestController.queryByUid(WebpageRequest request) org.springframework.http.ResponseEntity<?>WebpageRestController.queryByUser(WebpageRequest request) static org.springframework.data.jpa.domain.Specification<WebpageEntity>WebpageSpecification.search(WebpageRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>WebpageRestController.update(WebpageRequest request) WebpageRestService.update(WebpageRequest request) -
Uses of WebpageRequest in com.bytedesk.kbase.llm_webpage.elastic
Methods in com.bytedesk.kbase.llm_webpage.elastic with parameters of type WebpageRequestModifier and TypeMethodDescriptionWebpageElasticService.suggestWebpage(WebpageRequest request) 网页输入联想voidWebpageElasticService.updateAllIndex(WebpageRequest request) 更新知识库下所有网页的Elasticsearch索引voidWebpageElasticService.updateIndex(WebpageRequest request) 更新单个网页的Elasticsearch索引 -
Uses of WebpageRequest in com.bytedesk.kbase.llm_webpage.vector
Methods in com.bytedesk.kbase.llm_webpage.vector with parameters of type WebpageRequestModifier and TypeMethodDescriptionvoidWebpageVectorService.updateAllVectorIndex(WebpageRequest request) 更新所有网页的向量索引voidWebpageVectorService.updateVectorIndex(WebpageRequest request) 更新网页的向量索引