const chain = new GraphCypherQAChain({ llm: new ChatOpenAI({ temperature: 0 }), graph: new Neo4jGraph(),});const res = await chain.invoke("Who played in Pulp Fiction?"); Copy
const chain = new GraphCypherQAChain({ llm: new ChatOpenAI({ temperature: 0 }), graph: new Neo4jGraph(),});const res = await chain.invoke("Who played in Pulp Fiction?");
Static
Generated using TypeDoc
Example