Replies: 1 comment
-
Hello @r4881t Depending on the length of the input documents, the Preprocessor splits up a long document into multiple smaller documents. That's why when using the Preprocessor, we cannot guarantee that the document ids remain unchanged. Instead, you can provide |
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
-
The PreProcessor node returns the documents with IDs changed. This is troublesome, when the ID guarantee is needed.
Ideally, I would expect the PreProcessor to return documents with same IDs.
A simple example to show this
Beta Was this translation helpful? Give feedback.
All reactions