Skip to content

Add AzureMLEndpointEmbeddings for embedding support via Azure ML serverless API #35143

Add AzureMLEndpointEmbeddings for embedding support via Azure ML serverless API

Add AzureMLEndpointEmbeddings for embedding support via Azure ML serverless API #35143

Triggered via pull request December 13, 2024 23:34
Status Failure
Total duration 2m 19s
Artifacts

check_diffs.yml

on: pull_request
Matrix: compile-integration-tests
Matrix: extended-tests
Matrix: lint
Matrix: test-doc-imports
Waiting for pending jobs
Matrix: test-pydantic
Matrix: test
CI Success
0s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 14 warnings
Ruff (I001): libs/community/langchain_community/embeddings/__init__.py#L18
langchain_community/embeddings/__init__.py:18:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/embeddings/__init__.py#L35
langchain_community/embeddings/__init__.py:35:9: F401 `langchain_community.embeddings.azure_ml_endpoint.AzureMLEndpointEmbeddings` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): libs/community/langchain_community/embeddings/__init__.py#L38
langchain_community/embeddings/__init__.py:38:9: F401 `langchain_community.embeddings.baichuan.BaichuanTextEmbeddings` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L1
langchain_community/embeddings/azure_ml_endpoint.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L10
langchain_community/embeddings/azure_ml_endpoint.py:10:8: F401 `asyncio` imported but unused
Ruff (E501): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L107
langchain_community/embeddings/azure_ml_endpoint.py:107:89: E501 Line too long (92 > 88)
cd libs/community / make lint #3.9
Process completed with exit code 2.
Ruff (I001): libs/community/langchain_community/embeddings/__init__.py#L18
langchain_community/embeddings/__init__.py:18:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/embeddings/__init__.py#L35
langchain_community/embeddings/__init__.py:35:9: F401 `langchain_community.embeddings.azure_ml_endpoint.AzureMLEndpointEmbeddings` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): libs/community/langchain_community/embeddings/__init__.py#L38
langchain_community/embeddings/__init__.py:38:9: F401 `langchain_community.embeddings.baichuan.BaichuanTextEmbeddings` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (I001): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L1
langchain_community/embeddings/azure_ml_endpoint.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L10
langchain_community/embeddings/azure_ml_endpoint.py:10:8: F401 `asyncio` imported but unused
Ruff (E501): libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L107
langchain_community/embeddings/azure_ml_endpoint.py:107:89: E501 Line too long (92 > 88)
cd libs/community / make lint #3.13
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test #3.9
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test #3.13
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
CI Success
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make lint #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test #3.13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cd libs/community / make extended_tests #3.12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CI Success
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636