Skip to content

Commit

Permalink
retriever hyperparams
Browse files Browse the repository at this point in the history
  • Loading branch information
riship committed Jan 10, 2025
1 parent 5a8111e commit c2d5d7e
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 @@ -120,7 +120,7 @@
# k for KNN
knn_neighsample_bs = 4096
# number of neighbors for each seed node selected by KNN
fanout = 100
fanout = 200
# number of hops for neighborsampling
num_hops = 2
query_loader = RAGQueryLoader(
Expand Down

0 comments on commit c2d5d7e

Please sign in to comment.