Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pinecone_datasets/dataset_fsreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _safe_read_from_path(

# First, collect all the dataframes
dfs = []
for path in tqdm(read_path, desc=f"Loading {data_type} parquet files"):
for path in tqdm(read_path, desc=f"Loading {data_type}"):
if use_cache_for_dataset and protocol:
# Reconstruct full URL if path doesn't have protocol
if not path.startswith(protocol):
Expand Down