Hi! I'm trying to get a list of nodes given a bunch of node ids from a given vector store. In testing, however, it seems that the default vector store does not let me do this. I need a cross-store compatible way to do this, but don't know how to accomplish this.
there is a vector_store.get_nodes() method that is slowly being implemented across vector stores (funny enough, the way the default vector store works, this can't really be implemented there)
At the end of the day it's mostly because I need to update the metadata on a NodeWithScore and push it to update and there doesn't seem to be a way to do that