Bowen Liang
Bowen Liang
# Description - bump `pymilvus` to 2.4.0 - test on Milvus 2.4.0 - Milvus 2.4.0 release note: https://milvus.io/docs/release_notes.md#v240 ## Type of Change Please delete options that are not relevant. -...
# Description - add test to cover vector store's methods: - text_exists - get_ids_by_metadata_field - add_texts - delete_document_by_id - delete_by_ids ## Type of Change Please delete options that are not...
# Description - fix: avoid mixed usage of the concepts between `doc_id` and `dataset_id` in tests - fix the method signature of `delete_by_ids` in milvus and qdrant, by renaming `doc_ids`...
# Description - to eliminate the deprecation warning (ci log: https://github.com/langgenius/dify/actions/runs/8834708879/job/24257060509?pr=3795#step:12:78) ``` tests/integration_tests/vdb/qdrant/test_qdrant.py::test_qdrant_vector /opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/qdrant_client/qdrant_remote.py:2359: DeprecationWarning: field_type is deprecated, use field_schema instead warnings.warn("field_type is deprecated, use field_schema instead", DeprecationWarning) ``` -...
# Description - send linting hits to PR's comment when Ruff check fails ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking...
# Description - move the prefix 'Test' in the class name of vdb tests, to skip the warnings when `pytest` auto-collecting cases. ``` api/tests/integration_tests/vdb/milvus/test_milvus.py:9 /home/runner/work/dify/dify/api/tests/integration_tests/vdb/milvus/test_milvus.py:9: PytestCollectionWarning: cannot collect test class...
# Description - use `coverage` to run pytests and cobine the coverage report. - use `python-coverage`(https://github.com/marketplace/actions/python-coverage) to send the coverage report to PR's comment, including the overall coverage rate, the...
# Description - setup sandbox service in CI - add integration tests on CodeExecutor, for the language - python3 - jinja2 - javascript ## Type of Change Please delete options...
# Description - extract a general method for loading YAML file into object, in following step - check the file path existence and properly open / close the IO stream...
# Description - enable CI tests on Windows, to ensure the OS compatibility and the friendness to all the community users and developers on Windows ## Type of Change Please...