Hello! When having a metadata tag like {"year": 2014} is there a way to only get the latest (i.e. max year) from the documents? Could this be achieved with reranking? I imagine this to be a common problem that many similar nodes are in the vector store but ideally only the most recent ones should be used. Or maybe this is best done in regular python after getting the top n nodes? Any ideas or hints appreciated π
Yes I looked at that, but I don't know the year up front, with MetaData filtering I can only do LT(E) or GT(E). I also checked the FilterOperator enum and there's no max (which I guess makes sense)