Interface GoogleSearchRagHandlerCallback

All Known Implementing Classes:
DefaultGoogleSearchRagHandlerCallback

public interface GoogleSearchRagHandlerCallback
  • Method Details

    • getQuery

      String getQuery(List<Conversation> messages)
    • getHtmlPageContentExtractor

      TextContentExtractor getHtmlPageContentExtractor()
    • accept

      boolean accept(List<Chunk> currentChunks, String link)
      accept the next file
      Parameters:
      currentChunks -
      link -
      Returns:
    • moveOn

      boolean moveOn(List<Chunk> chunks)
      move on
      Parameters:
      chunks -
      Returns: