Find answers from the community

Updated 5 months ago

Currently, I'm building a knowledge

At a glance
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?
L
1 comment
Seems like you just need to write a custom retriever?
Add a reply
Sign up and join the conversation on Discord