Hi, I have a couple of questions on nodes' metadata:
- is there a way to evaluate how different metadata variables affects the cosine similarity node scores? I was thinking of building a correlation matrix to evaluate this but if there's already something available, I would appreciate a hint.
- Can somebody please explain how LLM visible metadata works? Is it sent along with the query and contexts like a contexts = [[node1_text, node1_metadata], [node2_text, node2_metadata], etc ] ? I wonder how LLM decides on the 'weight' of metadata information provided to help improve the answer.