mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
d5819a7ca7
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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_graph_database.py | ||
test_memory.py | ||
test_pal.py | ||
test_react.py | ||
test_retrieval_qa.py | ||
test_self_ask_with_search.py | ||
test_sql_database.py |