-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using custom dataset fails with error None type object #420
Comments
@nsai1 It looks like you downloaded the code via
Maybe fetching the latest code directly will help~ |
This is the git log
This is the error from line 258 on file task_runner.py
This is a snippet of my config file
If i try the same with a completely different dataset, with files that are populate based on the requirement I get this None type error. |
Closing the issue, directly getting the code helped. |
Hello, I am trying to execute vectordbbench with a custom dataset. For ease of use, I have used the openAI50k dataset parquet files that were downloaded from a previous run into from the /var/vectordb_bench/datasets.
When i execute this :
vectordbbench pgvectorhnsw --config-file custom_config.yml
it throws the following error:How do I go ahead and use the custom dataset?
The text was updated successfully, but these errors were encountered: