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