integration for caching embeddings #110
Annotations
6 errors
Analysing the code with our lint:
libs/elasticsearch/langchain_elasticsearch/cache.py#L219
langchain_elasticsearch/cache.py:219:89: E501 Line too long (97 > 88)
|
Analysing the code with our lint:
libs/elasticsearch/langchain_elasticsearch/cache.py#L220
langchain_elasticsearch/cache.py:220:89: E501 Line too long (100 > 88)
|
Analysing the code with our lint:
libs/elasticsearch/tests/unit_tests/test_cache.py#L137
tests/unit_tests/test_cache.py:137:1: E402 Module level import not at top of file
|
Analysing the code with our lint:
libs/elasticsearch/tests/unit_tests/test_cache.py#L140
tests/unit_tests/test_cache.py:140:5: F811 Redefinition of unused `test_key_generation` from line 42
|
Analysing the code with our lint:
libs/elasticsearch/tests/unit_tests/test_cache.py#L153
tests/unit_tests/test_cache.py:153:5: F811 Redefinition of unused `test_build_document` from line 61
|
Analysing the code with our lint
Process completed with exit code 2.
|
Loading