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
Update vector index parameters and documentation for improved performance
- Reduced default values for `max_connections` from 32 to 16 and `beam_width` from 256 to 100 across various documentation files.
- Updated the `quantization` parameter to default to "INT8" and added new parameters: `location_cache_size`, `graph_build_cache_size`, and `mutations_before_rebuild`.
- Adjusted descriptions and typical ranges for `max_connections`, `beam_width`, and `overquery_factor` in the API documentation.
- Increased test coverage from 222 to 252 tests, with all tests passing successfully.
- Removed outdated OpenCypher test documentation and streamlined vector search examples.
- Added memory and heap requirements for vector index building and searching in the documentation.
- Updated example scripts to reflect new default parameters and improved performance metrics.
Copy file name to clipboardExpand all lines: bindings/python/README.md
+8-8Lines changed: 8 additions & 8 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.
0 commit comments