pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.54k stars 3.57k forks source link

GNN+LLM example (part 1) #9350

Closed rusty1s closed 1 month ago

rusty1s commented 1 month ago

Splits https://github.com/pyg-team/pytorch_geometric/pull/9167 into multiple PRs.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 16.19718% with 238 lines in your changes are missing coverage. Please review.

Project coverage is 86.34%. Comparing base (61c47ee) to head (a7f072a). Report is 8 commits behind head on master.

:exclamation: Current head a7f072a differs from pull request most recent head 2fbc021

Please upload reports for the commit 2fbc021 to get more accurate results.

Files Patch % Lines
torch_geometric/nn/models/g_retriever.py 11.76% 105 Missing :warning:
torch_geometric/nn/text/llm.py 16.52% 101 Missing :warning:
...eometric/nn/text/sentence_transformer_embedding.py 20.00% 32 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9350 +/- ## ========================================== - Coverage 87.33% 86.34% -1.00% ========================================== Files 460 475 +15 Lines 30385 31006 +621 ========================================== + Hits 26536 26771 +235 - Misses 3849 4235 +386 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.