rom1504 / embedding-reader

Efficiently read embedding in streaming from any filesystem
MIT License
92 stars 19 forks source link

Missing format string specifier #32

Closed UnknownError55 closed 7 months ago

UnknownError55 commented 1 year ago

The line raise ValueError("No embeddings found in folder {embeddings_folder}") in line 49 of parquet_numpy_reader.py is missing the format string specifier, thus printing out the format string syntax instead of performing a format string replacement.

rom1504 commented 7 months ago

fixed