Package org.codelibs.fess.chat
package org.codelibs.fess.chat
-
ClassDescriptionClient class for RAG (Retrieval-Augmented Generation) chat functionality.Result of a chat request.Search request parameters for RAG chat context retrieval.Result of a search operation, including queryId and requestedTime.Resolves the content of relevant documents for the LLM answer context.Request object for
ChatContentFetcher.Callback interface for receiving notifications about chat processing phases.Manager class for chat sessions.DefaultChatContentFetcher.Chat search params restricted to specific doc ids, using the answer-specific highlight settings (rag.chat.answer.highlight.*) instead of the display-orientedrag.chat.highlight.*.Per-document content resolution strategy.BridgesLlmStreamCallbackevents from the LLM layer to a phase-awareChatPhaseCallback.