You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to initialize Redis, this error occurred: FileNotFoundError: [Errno 2] No such file or directory: './esco_embeddings/df_skillGroups_en.parquet'.
This means that the ESCO entries (.parquet file) are missing. Can you provide the converted entries for the initialization of the Redis database?
Further, the worker_addr in the Initialize ESCO embeddings section is incorrect. The variable name should be API_HOST and API_PORT instead of REDIS_HOST and REDIS_PORT.
The text was updated successfully, but these errors were encountered:
Hello,
Indeed I'm facing the same problem. Did you find a solution or received the files ?
I've got the whole ESCO normalization extracted from the ESCO website, but can't find parquet files.
The parquet files are not included in the repository. You can embed the ESCO data in vectors to create the parquet files, or you can contact the authors directly and ask for permission for the data. This is what I have done.
When trying to initialize Redis, this error occurred:
FileNotFoundError: [Errno 2] No such file or directory: './esco_embeddings/df_skillGroups_en.parquet'
.This means that the ESCO entries (.parquet file) are missing. Can you provide the converted entries for the initialization of the Redis database?
Further, the worker_addr in the Initialize ESCO embeddings section is incorrect. The variable name should be
API_HOST
andAPI_PORT
instead ofREDIS_HOST
andREDIS_PORT
.The text was updated successfully, but these errors were encountered: