Skip to content

Commit

Permalink
Better docs for ProcessingExecutionStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer committed Nov 18, 2024
1 parent 995848f commit a6bc261
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@

class ProcessingExecutionStrategy(ABC):
"""
Reranks elements retrieved from vector store.
Base class for processing execution strategies that define how documents are processed to become elements.
Processing execution strategies are responsible for processing documents using the appropriate processor,
which means that they don't usually determine the business logic of the processing itself, but rather how
the processing is executed.
"""

@classmethod
Expand Down

0 comments on commit a6bc261

Please sign in to comment.