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 edge type creation to remove UNIDIRECTIONAL specification
- Updated tests to create edge types without UNIDIRECTIONAL keyword.
- Added tests for OpenCypher index creation, constraints, and DDL operations.
- Enhanced vector index tests to include custom ID properties and metadata.
- Improved error handling and assertions in document import tests.
- Added tests for vector neighbors functionality using both SQL and OpenCypher.
Co-authored-by: Copilot <copilot@github.com>
Copy file name to clipboardExpand all lines: bindings/python/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Native Python bindings for ArcadeDB - the multi-model database that supports Graph, Document, Key/Value, Search Engine, Time Series, and Vector models.
@@ -84,15 +84,15 @@ The `arcadedb-embedded` package is platform-specific and self-contained:
84
84
The compressed wheel size is measured from `dist/*.whl`, and the installed package size
85
85
is measured from the extracted `site-packages/arcadedb_embedded/` directory.
86
86
87
-
**Note**: Some JARs are excluded to optimize package size (e.g., gRPC wire protocol). See [`jar_exclusions.txt`](https://github.com/humemai/arcadedb-embedded-python/blob/main/bindings/python/jar_exclusions.txt) for details.
87
+
**Note**: Some JARs are excluded to optimize package size (e.g., gRPC wire protocol). See [`scripts/jar_exclusions.txt`](https://github.com/humemai/arcadedb-embedded-python/blob/main/bindings/python/scripts/jar_exclusions.txt) for details.
0 commit comments