## Extract Vector from CSVFile ### Usage ```bach $ python3 csv_extract.py --base-csv /path/to/base.csv \ --base-id-name id --base-vector-name feature \ --query-csv /path/to/query.csv \ --query-id-name id --query-vector-name feature \ --output /path/to/output.h5 --overwrite ```