Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 92 of 92 for Servlet (0.09 seconds)

  1. src/main/java/org/codelibs/fess/chat/ChatClient.java

    import org.codelibs.fess.util.ComponentUtil;
    import org.dbflute.optional.OptionalThing;
    import org.lastaflute.web.util.LaRequestUtil;
    
    import jakarta.annotation.Resource;
    import jakarta.servlet.http.HttpServletRequest;
    
    /**
     * Client class for RAG (Retrieval-Augmented Generation) chat functionality.
     *
     * Orchestrates the multi-phase RAG workflow including session management,
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

    import org.lastaflute.web.LastaWebKey;
    import org.lastaflute.web.util.LaRequestUtil;
    
    import com.fasterxml.jackson.databind.JsonNode;
    import com.fasterxml.jackson.databind.ObjectMapper;
    
    import jakarta.servlet.http.HttpSession;
    
    /**
     * Abstract base class for LLM client implementations.
     *
     * Provides shared infrastructure (HTTP client, availability checking) and
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
Back to Top