In a Propert Graph, can I have multiple "tables" to store different kinds of graphs? How can I achieve that in LlamaIndex? Like, I want to have a "table" for graphs related to students, a graph related to medical stuff etc.
Is it the "database" parameter I pass to the Neo4jGraphStore?