Skip to content

Commit 018981e

Browse files
author
AndrewTrotman
committed
search core too
1 parent 346aa19 commit 018981e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

search

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ args, unknown = parser.parse_known_args()
1313

1414
if args.json["collection"]["name"].lower() == "robust04":
1515
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

Comments
 (0)