graphiti/graphiti_core/driver
Daniel Chalef 3fc86f3dec Implement build_indices_and_constraints for Kuzu and Neptune drivers
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>
2025-11-05 08:34:53 -08:00
..
graph_operations feat: MCP Server v1.0.0 - Modular architecture with multi-provider support (#1024) 2025-10-30 22:59:01 -07:00
search_interface feat: MCP Server v1.0.0 - Modular architecture with multi-provider support (#1024) 2025-10-30 22:59:01 -07:00
__init__.py Refactor imports (#675) 2025-07-05 08:57:07 -07:00
driver.py [Improvement] Add GraphID isolation support for FalkorDB multi-tenant architecture (#835) 2025-11-03 10:56:53 -05:00
falkordb_driver.py [Improvement] Add GraphID isolation support for FalkorDB multi-tenant architecture (#835) 2025-11-03 10:56:53 -05:00
kuzu_driver.py Implement build_indices_and_constraints for Kuzu and Neptune drivers 2025-11-05 08:34:53 -08:00
neo4j_driver.py [Improvement] Add GraphID isolation support for FalkorDB multi-tenant architecture (#835) 2025-11-03 10:56:53 -05:00
neptune_driver.py Implement build_indices_and_constraints for Kuzu and Neptune drivers 2025-11-05 08:34:53 -08:00