Class Neo4jContentRetriever

java.lang.Object
dev.langchain4j.rag.content.retriever.neo4j.Neo4jContentRetriever
All Implemented Interfaces:
ContentRetriever

public class Neo4jContentRetriever extends Object implements ContentRetriever
A ContentRetriever that retrieves from an Neo4jGraph. It converts a natural language question into a Neo4j cypher query and then retrieves relevant Contents by executing the query on Neo4j.