Currently, I'm building a knowledge graph with entity using DynamicLLMPathExtractor and using Neo4j for graph store. When it comes to querying the graph, instead of using embedding to query the entire graph, I would like to just querying on the subgraph that only contains specific entity types. Is it possible to do that?