langchain/langchain/graphs
Tomaz Bratanic d5819a7ca7
Add additional parameters to Graph Cypher Chain (#5979)
Based on the inspiration from the SQL chain, the following three
parameters are added to Graph Cypher Chain.

- top_k: Limited the number of results from the database to be used as
context
- return_direct: Return database results without transforming them to
natural language
- return_intermediate_steps: Return intermediate steps
2023-06-10 14:39:55 -07:00
..
__init__.py Harrison/nebula graph (#5865) 2023-06-07 21:56:43 -07:00
nebula_graph.py Harrison/nebula graph (#5865) 2023-06-07 21:56:43 -07:00
neo4j_graph.py Add additional parameters to Graph Cypher Chain (#5979) 2023-06-10 14:39:55 -07:00
networkx_graph.py changed ValueError to ImportError (#5103) 2023-05-22 15:24:45 -07:00