pyfreyr

Results 2 issues of pyfreyr

pyproject.toml: ```toml [tool.poetry.dependencies] python = "^3.10" httpx = "^0.23.3" ``` now `poetry export` output: ``` anyio==3.6.2 ; python_version >= "3.10" and python_version < "4.0" \ --hash=sha256:25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421 \ --hash=sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3 certifi==2022.12.7 ;...

src dir: ``` data/2025-05-16 ├── sparse_embeddings -> model/sparse_embeddings └── model/sparse_embeddings/ ``` when use local fs to copy, the `sparse_embeddings` symbolic link will copy `model/sparse_embeddings` data duplicated. As a result, the...