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/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'
1 year ago
..
__init__.py initial commit 2 years ago
test_graph_database.py Add option to save/load graph cypher QA (#6219) 1 year ago
test_memory.py Harrison/memory refactor (#1478) 2 years ago
test_pal.py Callbacks Refactor [base] (#3256) 1 year ago
test_react.py Harrison/tools exp (#372) 2 years ago
test_retrieval_qa.py Implement saving and loading of RetrievalQA chain (#5818) 1 year ago
test_self_ask_with_search.py Google Search API integration with serper.dev (wrapper, tests, docs, … (#909) 2 years ago
test_sql_database.py Callbacks Refactor [base] (#3256) 1 year ago