Skip to content

Added FalkorDB Chat History Support i.e implemenation, tests, and example notebook #33160

Added FalkorDB Chat History Support i.e implemenation, tests, and example notebook

Added FalkorDB Chat History Support i.e implemenation, tests, and example notebook #33160

Triggered via pull request November 9, 2024 18:17
Status Failure
Total duration 6m 42s
Artifacts

check_diffs.yml

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

Annotations

29 errors and 1 warning
Ruff (I001): libs/community/langchain_community/chat_message_histories/falkordb.py#L1
langchain_community/chat_message_histories/falkordb.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L29
langchain_community/chat_message_histories/falkordb.py:29:89: E501 Line too long (89 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L30
langchain_community/chat_message_histories/falkordb.py:30:89: E501 Line too long (98 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L31
langchain_community/chat_message_histories/falkordb.py:31:89: E501 Line too long (89 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L32
langchain_community/chat_message_histories/falkordb.py:32:89: E501 Line too long (108 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L36
langchain_community/chat_message_histories/falkordb.py:36:89: E501 Line too long (93 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L59
langchain_community/chat_message_histories/falkordb.py:59:89: E501 Line too long (102 > 88)
Ruff (T201): libs/community/langchain_community/chat_message_histories/falkordb.py#L146
langchain_community/chat_message_histories/falkordb.py:146:17: T201 `print` found
cd libs/community / make lint #3.9
Process completed with exit code 2.
cd . / make lint #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 #3.9
Process completed with exit code 2.
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.11
Process completed with exit code 2.
cd libs/community / poetry run pytest -m compile tests/integration_tests #3.9
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
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 . / make lint #3.12
Process completed with exit code 2.
cd libs/community / make test #3.13
Process completed with exit code 2.
test-doc-imports (3.12) / check doc imports #3.12
Process completed with exit code 1.
Ruff (I001): libs/community/langchain_community/chat_message_histories/falkordb.py#L1
langchain_community/chat_message_histories/falkordb.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L29
langchain_community/chat_message_histories/falkordb.py:29:89: E501 Line too long (89 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L30
langchain_community/chat_message_histories/falkordb.py:30:89: E501 Line too long (98 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L31
langchain_community/chat_message_histories/falkordb.py:31:89: E501 Line too long (89 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L32
langchain_community/chat_message_histories/falkordb.py:32:89: E501 Line too long (108 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L36
langchain_community/chat_message_histories/falkordb.py:36:89: E501 Line too long (93 > 88)
Ruff (E501): libs/community/langchain_community/chat_message_histories/falkordb.py#L59
langchain_community/chat_message_histories/falkordb.py:59:89: E501 Line too long (102 > 88)
Ruff (T201): libs/community/langchain_community/chat_message_histories/falkordb.py#L146
langchain_community/chat_message_histories/falkordb.py:146:17: T201 `print` found
cd libs/community / make lint #3.13
Process completed with exit code 2.
CI Success
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: Ana06/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/