Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to preserve source database keys for writing data back to the source databse #9

Open
ArthurKeen opened this issue Sep 30, 2022 · 2 comments
Assignees

Comments

@ArthurKeen
Copy link

The ArangoDB PyG adapter version 1.1 has the ability to preserve source database keys, so that when writing back to the source database, the original keys are used. The adbpyg adapter generates identifiers appropriate to PyG and it is important not to use the :PyG id's as keys when writing back. FastGraphML has the ability to write embeddings back to the source database into user defined collections whose keys should correspond to the source collections the embeddings were derived from. FastGraphML needs to apply the source key dictionary resulting from using the preserve_keys option to the embeddings when writing back to the database, so that the resultant stored embeddings have the correct keys corresponding corresponding to the collection that the embeddings reference. FastGraphML should consider preserving keys by default.

@cw00dw0rd
Copy link
Contributor

@sachinsharma9780 has this been resolved?

@sachinsharma9780
Copy link
Member

@cw00dw0rd will be added in future iteration since it require additions in PyG Adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants