Davit Vardanyan
Davit Vardanyan
| Graph (node_ids, edge_ids) | Edge Ids | |-------------------------------|---------------------------------| | Graph (false, false) | None | | Graph (true, false) | None | | Graph (false, true) | Auto Generated...
@ashvardanian Yes, that's correct.
@ashvardanian Yes I think it is good idea...if you create edges with attributes with auto-generation and after it you add edge with ID that already exists the program will merge...
@ashvardanian They start from 0 for every (source, target)
| Class Name | Labeled Edges | How to generate IDs? | |--------------------|---------------------|----------------------------------------------| | Graph | ❌ | None | | Graph | ✅ | Auto Generated | | DiGraph...
@ashvardanian NetworkX will generate this IDs 1. 0, 1, 1 2. 0, 1, 2
@zjthappy When you run run.py with "-sz 100MB" argument, Redis is using ./bench/configs/redis/100MB.cfg config file where you can change the port.
Hi @zjthappy! Can you please kill the redis-server process, run the "redis-server" command in your terminal, and check if it works?
I'm waiting for edge ids generation in UKV cpp graph interface.
https://github.com/unum-cloud/ustore/issues/398