Package com.bytedesk.kbase.llm_text
Class TextEventListener
java.lang.Object
com.bytedesk.kbase.llm_text.TextEventListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final TextElasticServiceprivate final TextRestServiceprivate TextVectorServiceprivate final UploadRestService -
Constructor Summary
ConstructorsConstructorDescriptionTextEventListener(TextRestService textRestService, TextElasticService textElasticService, UploadRestService uploadRestService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonTextCreateEvent(TextCreateEvent event) voidonTextDeleteEvent(TextDeleteEvent event) voidvoid
-
Field Details
-
textRestService
-
textElasticService
-
textVectorService
-
uploadRestService
-
-
Constructor Details
-
TextEventListener
public TextEventListener(TextRestService textRestService, TextElasticService textElasticService, UploadRestService uploadRestService)
-
-
Method Details
-
onUploadCreateEvent
-
onTextCreateEvent
-
onTextUpdateDocEvent
-
onTextDeleteEvent
-