The community member posted a question about formatting the text of the context used in a prompt, and wanting to add information for each context retrieved. The comments suggest using a custom node-postprocessor to adjust the text content of each node retrieved, and provide a link to the relevant documentation. Another community member confirms that it is possible to remove the location path from the context and leave only the text by setting node.excluded_llm_metadata_keys. There is no explicitly marked answer.
When I used set_global_handler I noticed that the context comes with the location path. Is it possible to remove this and leave only the context text recovered?