-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
G-retriever API updates (NVTX, Remote Backend, Large Graph Indexer, Examples) #9666
G-retriever API updates (NVTX, Remote Backend, Large Graph Indexer, Examples) #9666
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just make new PR w/ webqsp changes and move advanced/rag.rst to that. and apply the fix for skipping pytest if not correct versioning.
for more information, see https://pre-commit.ci
Will be re-added with an updated version of WebQSP
Will be re-added with an updated version of WebQSP
Will be re-added with an updated version of WebQSP
Will be re-added with an updated version of WebQSP
Will be re-added with an updated version of WebQSP
New PR to be found here for WebQSP and doc changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Has been reviewed 10+ times over the last few months. Code tested. @zaristei has addressed all reviews. Most of the reviews are much above
…xamples) (pyg-team#9666) Follow up to [PR 9597](pyg-team#9597). Includes multiple changes related to LLM+GNN experiments and scaling up to a remote backend. Including: - LargeGraphIndexer for building a large knowledge graph locally from multiple samples in an arbitrary dataset - Remote Backend Loader and examples for deploying a Retrieval algorithm to a third party backend FeatureStore or GraphStore - NVTX profiling tools for nsys users - Quality of Life improvements and benchmarking scripts for G-Retriever. Updates using these for WebQSP will be moved to a seperate PR UPDATE: PR is being broken up into smaller PRs. These can be previewed here: - zaristei#6 - zaristei#7 - zaristei#8 --------- Co-authored-by: Zack Aristei <zaristei@zaristei-nvidia.client.nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Zachary Aristei <zaristei@gmail.com> Co-authored-by: Rishi Puri <puririshi98@berkeley.edu>
Follow up to PR 9597. Includes multiple changes related to LLM+GNN experiments and scaling up to a remote backend. Including:
Updates using these for WebQSP will be moved to a seperate PR
UPDATE:
PR is being broken up into smaller PRs. These can be previewed here: