You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Python bindings to replace Gremlin with OpenCypher support
- Added benchmark results for Gremlin vs OpenCypher vs SQL in markdown format.
- Updated jar exclusions to remove unnecessary Gremlin dependencies.
- Introduced a script to list JARs by size from the latest ArcadeDB Docker image.
- Modified mkdocs configuration to reflect OpenCypher queries instead of Gremlin.
- Adjusted vector index parameters in core.py for better performance and defaults.
- Updated exporter.py to clarify GraphML and GraphSON support requirements.
- Revised tests to remove Gremlin references and replace them with OpenCypher tests.
- Removed deprecated Gremlin tests and ensured all documentation reflects OpenCypher usage.
- Updated plan documentation to outline the transition from Gremlin to OpenCypher.
0 commit comments