Both Kuzu and Neptune drivers were missing the build_indices_and_constraints method required by the abstract GraphDriver base class. Kuzu uses a no-op implementation since indices are created during schema setup. Neptune delegates to its existing OpenSearch (AOSS) index creation logic. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| graph_operations | ||
| search_interface | ||
| __init__.py | ||
| driver.py | ||
| falkordb_driver.py | ||
| kuzu_driver.py | ||
| neo4j_driver.py | ||
| neptune_driver.py | ||