Uses of Class
com.bytedesk.ai.springai.spring.SpringAIVectorService
Packages that use SpringAIVectorService
Package
Description
Robot package contains classes for managing AI robots/agents.
-
Uses of SpringAIVectorService in com.bytedesk.ai.robot
Fields in com.bytedesk.ai.robot with type parameters of type SpringAIVectorServiceModifier and TypeFieldDescriptionprivate final Optional<SpringAIVectorService>
RobotRestService.springAIVectorService
-
Uses of SpringAIVectorService in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base with type parameters of type SpringAIVectorServiceModifier and TypeFieldDescriptionprotected final Optional<SpringAIVectorService>
BaseSpringAIService.springAIVectorService
Constructor parameters in com.bytedesk.ai.springai.base with type arguments of type SpringAIVectorServiceModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of SpringAIVectorService in com.bytedesk.ai.springai.dashscope
Constructor parameters in com.bytedesk.ai.springai.dashscope with type arguments of type SpringAIVectorServiceModifierConstructorDescriptionSpringAIDashscopeService
(org.springframework.ai.chat.client.ChatClient bytedeskDashScopeChatClient, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, io.micrometer.core.instrument.MeterRegistry registry, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of SpringAIVectorService in com.bytedesk.ai.springai.spring
Fields in com.bytedesk.ai.springai.spring with type parameters of type SpringAIVectorServiceModifier and TypeFieldDescriptionprivate final Optional<SpringAIVectorService>
SpringAIEventListener.springAiVectorService
-
Uses of SpringAIVectorService in com.bytedesk.ai.springai.zhipuai
Constructor parameters in com.bytedesk.ai.springai.zhipuai with type arguments of type SpringAIVectorServiceModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache)