mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
bccc9241ea
- **Description:** Updates to the Kuzu API had broken this functionality. These updates resolve those issues and add a new test to demonstrate the updates. - **Issue:** #11874 - **Dependencies:** No new dependencies - **Twitter handle:** @amirk08 Test results: ``` tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_query_no_params PASSED [ 33%] tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_query_params PASSED [ 66%] tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_refresh_schema PASSED [100%] =================================================== slowest 5 durations =================================================== 0.53s call tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_refresh_schema 0.34s call tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_query_no_params 0.28s call tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_query_params 0.03s teardown tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_refresh_schema 0.02s teardown tests/integration_tests/graphs/test_kuzu.py::TestKuzu::test_query_params ==================================================== 3 passed in 1.27s ==================================================== ``` |
||
---|---|---|
.. | ||
__init__.py | ||
arangodb_graph.py | ||
falkordb_graph.py | ||
graph_document.py | ||
graph_store.py | ||
hugegraph.py | ||
kuzu_graph.py | ||
memgraph_graph.py | ||
nebula_graph.py | ||
neo4j_graph.py | ||
neptune_graph.py | ||
neptune_rdf_graph.py | ||
networkx_graph.py | ||
ontotext_graphdb_graph.py | ||
rdf_graph.py | ||
tigergraph_graph.py |