Skip to content

Commit

Permalink
Fix big dataset name (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaFrancis authored Apr 9, 2024
1 parent c459447 commit 2c24ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/search/src/search/routes/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"SELECT data.* FROM fts_stage_table JOIN data USING(__hf_index_id) ORDER BY fts_stage_table.__hf_fts_score DESC;"
)

SPLITS_WITH_LOCAL_STORAGE = ["jp1924/VisualQuestionAnswering-default-train", "ad6398/Deepmind-CodeContest-Unrolled"]
SPLITS_WITH_LOCAL_STORAGE = [
"jp1924/VisualQuestionAnswering-default-train",
"ad6398/Deepmind-CodeContest-Unrolled-default-train",
]


def full_text_search(
Expand Down

0 comments on commit 2c24ffd

Please sign in to comment.