Skip to content

Commit

Permalink
updating hyperparams for knn+neighborsampling, necesarry to get the g…
Browse files Browse the repository at this point in the history
…olden triples in our retrieved subgraph before filtering with PCST
  • Loading branch information
riship committed Jan 9, 2025
1 parent 857d35a commit b1ff4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llm/hotpot_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
# k for KNN
knn_neighsample_bs = 4096
# number of neighbors for each seed node selected by KNN
fanout = 200
fanout = 100
# number of hops for neighborsampling
num_hops = 2
query_loader = RAGQueryLoader(
Expand Down

0 comments on commit b1ff4b7

Please sign in to comment.