Skip to content
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

Cannot init redis esco embeddings #1

Open
Bachdz opened this issue Jul 10, 2023 · 3 comments
Open

Cannot init redis esco embeddings #1

Bachdz opened this issue Jul 10, 2023 · 3 comments

Comments

@Bachdz
Copy link

Bachdz commented Jul 10, 2023

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.

@Astriel
Copy link

Astriel commented Mar 6, 2024

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.

@Bachdz
Copy link
Author

Bachdz commented Mar 7, 2024

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.

@Astriel
Copy link

Astriel commented Mar 7, 2024

I'm going to contact the author to be able to try it out. Not sure I would be able to embed the ESCO data in vectors myself ! Thank you for the tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants