diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4168c9bb..b23a2a87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: rev: 23.11.0 hooks: - id: black - language_version: python3.10 + language_version: python3 - repo: https://github.com/pycqa/flake8 rev: 6.1.0 diff --git a/README.md b/README.md index 29665530..ee881855 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,10 @@ docker-compose run --rm -v $(pwd)/path/to/products.jsonl.gz:/mnt/products.jsonl. If you get errors, try adding more RAM (12GB works well if you have that spare), or slow down the indexing process by setting `num_processes` to 1 in the command above. Typical import time is 45-60 minutes. + +## Fundings + +This project has received financial support from the NGI Search (New Generation Internet) program, funded by the European Commission. + +![NGI-search logo](./assets/NGISearch_logo_tag_icon.svg "NGI-search logo"){height=100px} +![European flag](./assets/europa-flag.jpg "European flag"){height=100px} \ No newline at end of file diff --git a/assets/NGISearch_logo_tag_icon.svg b/assets/NGISearch_logo_tag_icon.svg new file mode 100644 index 00000000..dc9c140d --- /dev/null +++ b/assets/NGISearch_logo_tag_icon.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/europa-flag.jpg b/assets/europa-flag.jpg new file mode 100644 index 00000000..673be92a Binary files /dev/null and b/assets/europa-flag.jpg differ