Audio file loader implemented with Azure speech service #11405
langchain_ci.yml
on: pull_request
Matrix: compile-integration-tests / build
Matrix: extended-tests
Matrix: lint / build
Matrix: pydantic-compatibility / build
Matrix: test / build
Annotations
7 errors
Ruff (F401):
libs/langchain/langchain/document_loaders/parsers/audio.py#L3
langchain/document_loaders/parsers/audio.py:3:20: F401 `typing.Any` imported but unused
|
Ruff (E402):
libs/langchain/langchain/utils/env.py#L29
langchain/utils/env.py:29:1: E402 Module level import not at top of file
|
lint / build (3.8)
Process completed with exit code 2.
|
lint / build (3.11)
The job was canceled because "_3_8" failed.
|
Ruff (F401):
libs/langchain/langchain/document_loaders/parsers/audio.py#L3
langchain/document_loaders/parsers/audio.py:3:20: F401 `typing.Any` imported but unused
|
Ruff (E402):
libs/langchain/langchain/utils/env.py#L29
langchain/utils/env.py:29:1: E402 Module level import not at top of file
|
lint / build (3.11)
Process completed with exit code 2.
|