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

Allow disable frontend auto metadata extraction feature via config #3574

Open
t83714 opened this issue Feb 12, 2025 · 0 comments
Open

Allow disable frontend auto metadata extraction feature via config #3574

t83714 opened this issue Feb 12, 2025 · 0 comments

Comments

@t83714
Copy link
Contributor

t83714 commented Feb 12, 2025

Allow disable frontend auto metadata extraction feature via config

We have frontend (in-browser) metadata extraction pipelines here: https://github.com/magda-io/magda/tree/main/magda-web-client/src/Components/Dataset/MetadataExtraction

Those pipelines (running in web workers) were designed to auto extract metadata (e.g. auto generate keywords & title, spatial coverage etc) from various file formats (e.g. PDF, words, excel, CSV etc)

However, when a large files are supplied (e.g. 200MB CSV with 1M rows), the processing could take a long time.

Considering we might have better approach, e.g.:

  • leveraging LLM to generate metatdata (e.g. write summary description)
  • allow users to trigger the process via UI interaction around the specific field rather part of file uploading process

We want:

  • by default, disable the feature since v5 release
  • allow users to enable the feature via Helm chart config
@t83714 t83714 added this to the v5.0.0 milestone Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant