Is it possible to specify document metadata using YAML pipeline? #5062
-
I'm using this pipeline for document search. The outputs of API /query endpoint are confusing, in returned results I don't see any field that lets me correlate passages with the whole document:
Is it possible to add separate indexing step that will index the whole documents, not only splits?I can't find anything about using multiple indexers in documentation or pipeline specifications. Is it possible to add something that will let me find the whole document based on passages? |
Beta Was this translation helpful? Give feedback.
Answered by
bilgeyucel
Jun 9, 2023
Replies: 1 comment 2 replies
-
Hey @lambdaofgod , how do you index your files to the DocumentStore? If you're using the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bilgeyucel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lambdaofgod , how do you index your files to the DocumentStore? If you're using the
/file-upload
endpoint, there is a field namedmeta
to add metadata to each file as you upload them.