Package org.codelibs.fess.llm


package org.codelibs.fess.llm
  • Class
    Description
    Abstract base class for LLM client implementations.
    Represents the intent type detected from a user's chat message.
    Represents the result of intent detection from user input.
    Request object for LLM chat completion.
    Response object for LLM chat completion.
    Interface for LLM (Large Language Model) clients.
    Manager class for coordinating LLM (Large Language Model) client operations.
    Exception thrown when an error occurs during LLM operations.
    Represents a message in a chat conversation.
    Callback interface for receiving streaming chat responses from LLM.
    Result of relevance evaluation for search results.