Uses of Class
com.bytedesk.kbase.llm_text.TextEntity
Packages that use TextEntity
Package
Description
-
Uses of TextEntity in com.bytedesk.ai.springai.listener
Fields in com.bytedesk.ai.springai.listener with type parameters of type TextEntityModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String,
TextEntity> SpringAIEventListener.textCreateMap
private final ConcurrentHashMap<String,
TextEntity> SpringAIEventListener.textUpdateMap
-
Uses of TextEntity in com.bytedesk.ai.springai.service
Methods in com.bytedesk.ai.springai.service with parameters of type TextEntityModifier and TypeMethodDescriptionList<org.springframework.ai.document.Document>
SpringAIVectorStoreService.readText
(TextEntity textEntity) -
Uses of TextEntity in com.bytedesk.kbase.llm_text
Methods in com.bytedesk.kbase.llm_text that return TextEntityModifier and TypeMethodDescriptionprotected TextEntity
TextRestService.doSave
(TextEntity entity) TextRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TextEntity entity) TextRestService.save
(TextEntity entity) Methods in com.bytedesk.kbase.llm_text that return types with arguments of type TextEntityModifier and TypeMethodDescriptionTextRepository.findByKbase_Uid
(String kbUid) org.springframework.data.domain.Page<TextEntity>
TextRestService.queryByOrgEntity
(TextRequest request) static org.springframework.data.jpa.domain.Specification<TextEntity>
TextSpecification.search
(TextRequest request) Methods in com.bytedesk.kbase.llm_text with parameters of type TextEntityModifier and TypeMethodDescriptionTextRestService.convertToExcel
(TextEntity text) TextRestService.convertToResponse
(TextEntity entity) protected TextEntity
TextRestService.doSave
(TextEntity entity) TextRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, TextEntity entity) void
TextEntityListener.onPostPersist
(TextEntity text) void
TextEntityListener.onPostUpdate
(TextEntity text) TextRestService.save
(TextEntity entity) -
Uses of TextEntity in com.bytedesk.kbase.llm_text.event
Fields in com.bytedesk.kbase.llm_text.event declared as TextEntityModifier and TypeFieldDescriptionprivate TextEntity
TextCreateEvent.text
private TextEntity
TextDeleteEvent.text
private TextEntity
TextUpdateDocEvent.text
private TextEntity
TextUpdateEvent.text
Constructors in com.bytedesk.kbase.llm_text.event with parameters of type TextEntityModifierConstructorDescriptionTextCreateEvent
(TextEntity text) TextDeleteEvent
(TextEntity text) TextUpdateDocEvent
(TextEntity text) TextUpdateEvent
(TextEntity text)