Uses of Interface
rocks.imsofa.ai.puppychatter.rag.Chunk
Packages that use Chunk
Package
Description
-
Uses of Chunk in rocks.imsofa.ai.puppychatter.rag
Classes in rocks.imsofa.ai.puppychatter.rag that implement ChunkMethods in rocks.imsofa.ai.puppychatter.rag that return types with arguments of type ChunkModifier and TypeMethodDescriptionGoogleDriveRagHandler.getChunks(String sessionId, PromptParameters parameters, List<Conversation> messages) GoogleSearchRagHandler.getChunks(String sessionId, PromptParameters parameters, List<Conversation> messages) RagHandler.getChunks(String sessionId, PromptParameters parameters, List<Conversation> messages) SimpleRagHandler.getChunks(String sessionId, PromptParameters parameters, List<Conversation> messages) TavilyRagHandler.getChunks(String sessionId, PromptParameters parameters, List<Conversation> messages) Constructor parameters in rocks.imsofa.ai.puppychatter.rag with type arguments of type Chunk -
Uses of Chunk in rocks.imsofa.ai.puppychatter.rag.drive
Method parameters in rocks.imsofa.ai.puppychatter.rag.drive with type arguments of type ChunkModifier and TypeMethodDescriptionbooleanDefaultGoogleDriveRagHandlerCallback.accept(List<Chunk> currentChunks, com.google.api.services.drive.model.File nextFile) booleanGoogleDriveRagHandlerCallback.accept(List<Chunk> currentChunks, com.google.api.services.drive.model.File nextFile) accept the next filebooleanbooleanmove on -
Uses of Chunk in rocks.imsofa.ai.puppychatter.rag.googlesearch
Method parameters in rocks.imsofa.ai.puppychatter.rag.googlesearch with type arguments of type ChunkModifier and TypeMethodDescriptionbooleanbooleanaccept the next filebooleanbooleanmove on -
Uses of Chunk in rocks.imsofa.ai.puppychatter.rag.tavily
Method parameters in rocks.imsofa.ai.puppychatter.rag.tavily with type arguments of type ChunkModifier and TypeMethodDescriptionbooleanbooleanaccept the next filebooleanbooleanmove on