Skip to content

Commit

Permalink
updated huggingface url
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjue committed Oct 19, 2023
1 parent 7b325bf commit 13e8d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/db/DbProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const datasets = {
parquet: {
// huggingface
hfYtd:
'https://huggingface.co/datasets/edwinjue/311-data-2023/blob/refs%2Fconvert%2Fparquet/default/train/0000.parquet', // year-to-date
'https://huggingface.co/datasets/edwinjue/311-data-2023/resolve/refs%2Fconvert%2Fparquet/default/train/0000.parquet', // year-to-date
hfLastMonth:
'https://huggingface.co/datasets/edwinjue/311-data-last-month/resolve/refs%2Fconvert%2Fparquet/edwinjue--311-data-last-month/csv-train.parquet', // last month
},
Expand Down Expand Up @@ -55,7 +55,7 @@ const DbProvider = ({ children }) => {
// register parquet
await newDb.registerFileURL(
'requests.parquet',
datasets.csv.hfYtd,
datasets.parquet.hfYtd,
4, // HTTP = 4. For more options: https://tinyurl.com/DuckDBDataProtocol
);

Expand Down

0 comments on commit 13e8d0f

Please sign in to comment.