zilliztech / zilliztech/VectorDBBench

Is there any naming rules for external dataset file names ?

Open
#629 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.2k
Forks
438
Avg merge
1d 4h
Merged PRs (30d)
1

Description

  1. download "bioasq_medium_1m" and "bioasq_large_10m" dataset from "s3://assets.zilliz.com/benchmark"
  2. save above dataset to local dir, and treat them as customized dataset
  3. do test with following command
    Image
  4. vectordb-bench try to get the file with name "train.parquet" but failed
    Image
  5. if I add a symbol link "train.parquet", and let it link to "shuffle_train.parquet", the test can run smoothly
  6. but for "bioasq_large_10m", the train data file name is like "shuffle_train-00-of-10.parquet", vectordb-bench still want to get the file with name "train.parquet" and fail

Is there any naming rules for external dataset file names ?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named in the report. Reproduce the custom-dataset run with the supplied dataset names, trace where vectordb-bench looks specifically for train.parquet, and define done as handling or documenting the naming rule for both single-file and sharded parquet datasets.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.