Add AzureMLEndpointEmbeddings for embedding support via Azure ML serverless API #35143
Annotations
7 errors and 1 warning
Analysing the code with our lint:
libs/community/langchain_community/embeddings/__init__.py#L18
langchain_community/embeddings/__init__.py:18:1: I001 Import block is un-sorted or un-formatted
|
Analysing the code with our lint:
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
|
Analysing the code with our lint:
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
|
Analysing the code with our lint:
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
|
Analysing the code with our lint:
libs/community/langchain_community/embeddings/azure_ml_endpoint.py#L10
langchain_community/embeddings/azure_ml_endpoint.py:10:8: F401 `asyncio` imported but unused
|
Analysing the code with our lint:
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)
|
Analysing the code with our lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading