langchain/tests/integration_tests/chains
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
test_graph_database.py Add additional parameters to Graph Cypher Chain (#5979) 2023-06-10 14:39:55 -07:00
test_memory.py Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
test_pal.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_react.py
test_retrieval_qa.py Implement saving and loading of RetrievalQA chain (#5818) 2023-06-07 21:07:13 -07:00
test_self_ask_with_search.py
test_sql_database.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00