Never got this to work for 0.5.0. My stack looks something like this:
Graph(List[
Graph(Keyword([SimpleVector])),
Graph(Tree([SimpleVector])),
SimpleVector,
)
This worked with the previous version. Im currently having problems with the query_runner. From what I suspect, when a keyword is queried, which returns the index_id nested within the the graph. But because of the nested index struct, the query_runner cannot go deeper. And so it only refers to the top level. It fails to grab the nested document/index that it needs. Image for reference.
I'll try this with the city analysis sample tomorrow. If the same issue persists, Then I can have proof to submit as an issue