We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346aa19 commit 018981eCopy full SHA for 018981e
search
@@ -13,3 +13,5 @@ args, unknown = parser.parse_known_args()
13
14
if args.json["collection"]["name"].lower() == "robust04":
15
subprocess.run("/search_robust04 " + args.json["topic"]["path"] + " " + str(args.json["top_k"]), shell=True)
16
+elif args.json["collection"]["name"].lower() == "core17":
17
+ subprocess.run("/search_core17 " + args.json["topic"]["path"] + " " + str(args.json["top_k"]), shell=True)
0 commit comments