langchain/tests/integration_tests/chains
Tomaz Bratanic b3bccabc66
Add option to save/load graph cypher QA (#6219)
Similar as https://github.com/hwchase17/langchain/pull/5818

Added the functionality to save/load Graph Cypher QA Chain due to a user
reporting the following error

> raise NotImplementedError("Saving not supported for this chain
type.")\nNotImplementedError: Saving not supported for this chain
type.\n'
2023-06-18 17:00:27 -07:00
..
__init__.py
test_graph_database.py Add option to save/load graph cypher QA (#6219) 2023-06-18 17:00:27 -07:00
test_memory.py
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