Skip to content
Discussion options

You must be logged in to vote

There is a default list of steps like "extract" and "gen_embeddings", however, additional steps can be added via configuration. An enum would allow only known handlers with known names. The current solution instead allows to define custom handlers, and assign each a name. During the ingestion, one can select which handlers to execute passing a list of names. Since the list is configurable and custom handler can be added, the solution can be used for any number of steps and any custom pipeline.

See of example this scenario: #662

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by akordowski
Comment options

You must be logged in to vote
2 replies
@dluc
Comment options

dluc Jun 14, 2024
Maintainer

@akordowski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
2 participants