Skip to content

Commit

Permalink
Merge branch 'rebase-txt2kg' of https://github.com/pyg-team/pytorch_g…
Browse files Browse the repository at this point in the history
…eometric into rebase-txt2kg
  • Loading branch information
riship committed Jan 9, 2025
2 parents b1ff4b7 + 8074555 commit 6960715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/llm/hotpot_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
# number of hops for neighborsampling
num_hops = 2
query_loader = RAGQueryLoader(
data=(fs, gs), seed_nodes_kwargs={"k_nodes":
knn_neighbsample_bs}, seed_edges_kwargs={"k_edges": knn_neighsample_bs},
data=(fs, gs), seed_nodes_kwargs={"k_nodes": knn_neighbsample_bs},
seed_edges_kwargs={"k_edges": knn_neighsample_bs},
sampler_kwargs={"num_neighbors": [fanout] * num_hops},
local_filter=make_pcst_filter(triples, model))
"""
Expand Down

0 comments on commit 6960715

Please sign in to comment.