Skip to content

Commit

Permalink
implement chunk with map in document chunking processor
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Mar 7, 2024
1 parent a2b9f04 commit 17e34b5
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 181 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public Map<String, Processor.Factory> getProcessors(Processor.Parameters paramet
new TextImageEmbeddingProcessorFactory(clientAccessor, parameters.env, parameters.ingestService.getClusterService()),
DocumentChunkingProcessor.TYPE,
new DocumentChunkingProcessor.Factory(
parameters.env.settings(),
parameters.env,
parameters.ingestService.getClusterService(),
parameters.indicesService,
parameters.analysisRegistry
Expand Down
Loading

0 comments on commit 17e34b5

Please sign in to comment.