Replies: 1 comment
-
Hello @Radu1999 There are some example nodes that enrich documents after the preprocessor splits them. I would suggest that you implement your own node based on these examples. For example, there is the EntityExtractor and the DocumentClassifier:
The DocumentClassifier has some example code of how it's used in an indexing pipeline and this is how I imagine your custom node to work as well:
The result is then stored in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any implementation of a node that supports enriching documents after the preprocessor splits the main documents or do we need to implement it from scratch?
Beta Was this translation helpful? Give feedback.
All reactions