You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
12 months ago
..
__init__.py Harrison/nebula graph (#5865) 12 months ago
nebula_graph.py Harrison/nebula graph (#5865) 12 months ago
neo4j_graph.py Add additional parameters to Graph Cypher Chain (#5979) 12 months ago
networkx_graph.py changed ValueError to ImportError (#5103) 1 year ago