Interface GoogleDriveRagHandlerCallback

All Known Implementing Classes:
DefaultGoogleDriveRagHandlerCallback

public interface GoogleDriveRagHandlerCallback
  • Method Details

    • getTextContentExtractor

      TextContentExtractor getTextContentExtractor()
    • getQuery

      String getQuery(List<Conversation> messages, String folderId)
    • accept

      boolean accept(List<Chunk> currentChunks, com.google.api.services.drive.model.File nextFile)
      accept the next file
      Parameters:
      currentChunks -
      nextFile -
      Returns:
    • moveOn

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