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
-**Exploratory graph traversal** and label-filtered nearest neighbor search
26
26
- Compact graph serialization and lightweight read-only deployment mode
@@ -61,7 +61,7 @@ print("Distances:", distances)
61
61
graph.save_graph("index.deg")
62
62
```
63
63
64
-
For incremental dynamic updates (adding / deleting vectors on the fly) and advanced filtering, see the [Python Tutorials](https://dynamic-exploration-graph.readthedocs.io/en/latest/tutorials/building_graphs.html).
64
+
For more Python examples, check the [examples/](https://github.com/Visual-Computing/DynamicExplorationGraph/blob/main/examples) directory or read the [Official Documentation](https://dynamic-exploration-graph.readthedocs.io/en/latest/tutorials/quickstart.html).
65
65
66
66
---
67
67
@@ -107,8 +107,20 @@ int main() {
107
107
}
108
108
```
109
109
110
-
For CMake presets, test execution, and C++ benchmarks, see the [C++ README](cpp/readme.md).
110
+
For full C++ build instructions, CMake presets, and architecture details, refer to the [cpp/ README](https://github.com/Visual-Computing/DynamicExplorationGraph/blob/main/cpp/readme.md).
0 commit comments