Find answers from the community

Updated 2 months ago

Hey @Logan M - I am noticing that when I

Hey - I am noticing that when I use the sentence window node postprocessor, now it seems to send the full metadata to the LLM from the retrieved documents instead of just the window content from inside the metadata. TBH I don't recall seeing it this way so I'm curious if it is a recent change or it was always that way (I could be I'm just imagining things πŸ˜„ )
L
3 comments
uhhh I will check this haha
you are using the replacement postprocessor right?
I can confirm this seems to be working as expected. It sends just the window + any other metadata you attached originally to the document.

If you want to exclude more metadata, you should set document.excluded_llm_metadata_keys = [...] before giving the document to the index πŸ€”
Add a reply
Sign up and join the conversation on Discord