Files
kotaemon/pre-commit-result.md
2026-05-31 12:18:12 +07:00

1725 lines
261 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
check yaml...............................................................Passed
check toml...............................................................Passed
fix end of files.........................................................Passed
trim trailing whitespace.................................................Passed
mixed line ending........................................................Passed
detect aws credentials...................................................Passed
detect private key.......................................................Passed
check for added large files..............................................Passed
debug statements (python)................................................Passed
ruff check...............................................................Passed
ruff format..............................................................Passed
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1
libs/kotaemon/kotaemon/contribs/promptui/base.py:23: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/ui/blocks.py:20: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/blocks.py:31: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/blocks.py:38: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/blocks.py:72: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/blocks.py:77: error:(B Missing type parameters for generic type (B"AsyncGenerator"(B (B[type-arg](B
libs/kotaemon/kotaemon/base/schema.py:43: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/schema.py:93: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/schema.py:99: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/schema.py:132: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/table.py:82: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/table.py:82: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/table.py:258: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/table.py:258: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/prompts/template.py:10: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/template.py:34: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/template.py:52: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/template.py:75: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/template.py:90: error:(B Call to untyped function (B"check_missing_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/template.py:92: error:(B Call to untyped function (B"partial_populate"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/template.py:94: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/template.py:105: error:(B Call to untyped function (B"check_redundant_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/template.py:130: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:6: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:6: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_documents.py:14: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:14: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_documents.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:23: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_documents.py:35: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:35: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_documents.py:43: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_documents.py:43: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/base/component.py:46: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/component.py:48: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/component.py:50: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/component.py:52: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/base/component.py:55: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:60: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:60: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:61: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:115: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:115: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:116: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:186: error:(B Argument 1 to (B"box_h"(B has incompatible type (B"tuple[int, int, int, int]"(B; expected (B"list[int]"(B (B[arg-type](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:187: error:(B Argument 1 to (B"box_w"(B has incompatible type (B"tuple[int, int, int, int]"(B; expected (B"list[int]"(B (B[arg-type](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:227: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:228: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/pdf_ocr.py:229: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
flowsettings.py:333: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/docs.py:7: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/docs.py:40: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/__init__.py:8: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/base.py:18: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/base.py:31: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/base.py:38: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/base.py:39: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:16: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:28: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:29: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:30: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:60: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/base.py:76: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/base.py:100: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:105: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/base.py:150: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/base.py:158: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/base.py:158: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:16: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:22: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:39: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:39: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:49: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:69: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:69: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:79: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:79: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:87: error:(B Call to untyped function (B"_get_li_class"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:112: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:115: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:136: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:136: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/base.py:140: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:11: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:14: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:14: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:45: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/base.py:51: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/base.py:56: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/parsers/regex_extractor.py:27: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/parsers/regex_extractor.py:48: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/unstructured_loader.py:52: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/unstructured_loader.py:55: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/pdf_loader.py:71: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/html_loader.py:24: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/html_loader.py:36: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/html_loader.py:37: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/html_loader.py:86: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/html_loader.py:115: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/html_loader.py:116: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/html_loader.py:123: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/html_loader.py:134: error:(B Item (B"str"(B of (B"Message[str, str] | str | Any"(B has no attribute (B"get_content_type"(B (B[union-attr](B
libs/kotaemon/kotaemon/loaders/html_loader.py:135: error:(B Item (B"str"(B of (B"Message[str, str] | str | Any"(B has no attribute (B"get_payload"(B (B[union-attr](B
libs/kotaemon/kotaemon/loaders/html_loader.py:135: error:(B Item (B"Message[str, str]"(B of (B"Message[str, str] | bytes | Any"(B has no attribute (B"decode"(B (B[union-attr](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:33: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:44: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:48: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:49: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:126: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:137: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:141: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/excel_loader.py:142: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/docx_loader.py:21: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docx_loader.py:30: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docx_loader.py:45: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docx_loader.py:46: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/base.py:63: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/base.py:77: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/base.py:84: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:27: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:34: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:36: error:(B Call to untyped function (B"__set"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:38: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:53: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:53: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/llms/prompts/base.py:69: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:96: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:108: error:(B Call to untyped function (B"__check_redundant_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:109: error:(B Call to untyped function (B"__validate_value_type"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:113: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:122: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:141: error:(B Call to untyped function (B"__prepare"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:143: error:(B Call to untyped function (B"__prepare"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:152: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:166: error:(B Call to untyped function (B"__set"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:168: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/prompts/base.py:179: error:(B Call to untyped function (B"__set"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:180: error:(B Call to untyped function (B"__check_unset_placeholders"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:181: error:(B Call to untyped function (B"__prepare_value"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/prompts/base.py:186: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/base.py:12: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/base.py:15: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/base.py:18: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/base.py:21: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/base.py:24: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/tavily_web_search.py:13: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/tavily_web_search.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/tavily_web_search.py:56: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:21: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:54: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:62: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:84: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:93: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:101: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/indices/base.py:108: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:112: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/base.py:121: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/base.py:7: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/base.py:12: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/base.py:17: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:15: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:34: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:63: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:63: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/chatbot/base.py:70: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:70: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/chatbot/base.py:86: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:86: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/chatbot/base.py:88: error:(B Call to untyped function (B"start_session"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/chatbot/base.py:105: error:(B Call to untyped function (B"end_session"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/chatbot/base.py:108: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/chatbot/base.py:112: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/utils.py:4: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/utils/render.py:11: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/render.py:42: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/utils/render.py:170: error:(B Call to untyped function (B"is_close"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_telemetry.py:10: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_telemetry.py:10: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_telemetry.py:32: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_telemetry.py:32: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_telemetry.py:49: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_telemetry.py:49: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/utils/file.py:8: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/file.py:23: error:(B Call to untyped function (B"remove_implicit_resolver"(B of (B"YAMLNoDateSafeLoader"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:18: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:81: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:81: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:81: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:95: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:100: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:101: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:113: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/export.py:124: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:47: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:50: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:57: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:57: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:62: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:62: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/simple_file.py:66: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:9: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:22: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:27: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:49: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:49: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:66: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:66: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/qdrant.py:75: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:39: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:49: error:(B Argument 1 to (B"isdir"(B has incompatible type (B"Any | None"(B; expected (B"int | str | bytes | PathLike[str] | PathLike[bytes]"(B (B[arg-type](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:50: error:(B Argument 1 to (B"join"(B has incompatible type (B"Any | None"(B; expected (B"str"(B (B[arg-type](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:67: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:70: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:82: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:93: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:93: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:97: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:97: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/milvus.py:109: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:14: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:49: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:67: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:67: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:76: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:76: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/lancedb.py:83: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:32: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:32: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:46: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:55: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:55: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/in_memory.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:19: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:60: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:60: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:69: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:69: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/vectorstores/chroma.py:76: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:24: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:26: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:26: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:63: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:129: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:146: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:146: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/docstores/lancedb.py:156: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:13: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:16: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:67: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:73: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:85: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:90: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:93: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/in_memory.py:93: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:13: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:63: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:63: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:103: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:125: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:137: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:162: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:171: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:171: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/docstores/elasticsearch.py:176: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/rerankings/voyageai.py:14: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/rerankings/voyageai.py:38: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/rerankings/voyageai.py:43: error:(B Call to untyped function (B"_import_voyageai"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/rerankings/voyageai.py:44: error:(B Call to untyped function (B"_import_voyageai"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/loaders/txt_loader.py:10: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/txt_loader.py:11: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/txt_loader.py:15: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/txt_loader.py:16: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/composite_loader.py:38: error:(B Missing type parameters for generic type (B"List"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/composite_loader.py:39: error:(B Missing type parameters for generic type (B"List"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/composite_loader.py:48: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/base.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/splitters/__init__.py:11: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/splitters/__init__.py:25: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/splitters/__init__.py:32: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/splitters/__init__.py:46: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/extractors/doc_parsers.py:8: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/extractors/doc_parsers.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/extractors/doc_parsers.py:23: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/extractors/doc_parsers.py:31: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:19: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:19: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:45: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:50: error:(B Call to untyped function (B"_import_voyageai"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:51: error:(B Call to untyped function (B"_import_voyageai"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:53: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/voyageai.py:60: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:17: error:(B Module (B"kotaemon.embeddings.base"(B does not explicitly export attribute (B"Document"(B (B[attr-defined](B
libs/kotaemon/kotaemon/embeddings/openai.py:17: error:(B Module (B"kotaemon.embeddings.base"(B does not explicitly export attribute (B"DocumentWithEmbedding"(B (B[attr-defined](B
libs/kotaemon/kotaemon/embeddings/openai.py:68: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:75: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:83: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:87: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:104: error:(B Call to untyped function (B"openai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/embeddings/openai.py:127: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:132: error:(B Call to untyped function (B"openai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/embeddings/openai.py:156: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:185: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:187: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/embeddings/openai.py:213: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:217: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:248: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/openai.py:250: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:9: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:9: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:15: error:(B Call to untyped function (B"_get_lc_class"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:17: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:21: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:32: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:40: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:50: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:60: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:65: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:74: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:92: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:112: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:124: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:142: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:168: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:184: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:205: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:215: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:238: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:250: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:273: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/langchain_based.py:285: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/fastembed.py:51: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/fastembed.py:68: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:41: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:56: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:57: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:66: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:67: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:76: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:77: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:129: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:146: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:146: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:146: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:166: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:195: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:205: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:209: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:209: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/pipeline.py:231: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:13: error:(B Call to untyped function (B"__init__"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:34: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:34: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:52: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:57: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:57: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:59: error:(B Call to untyped function (B"drop"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/storages/docstores/simple_file.py:62: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_post_processing.py:8: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_post_processing.py:14: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_post_processing.py:21: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_post_processing.py:27: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:12: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:18: error:(B Call to untyped function (B"_get_lc_class"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:20: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:48: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:51: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:59: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:69: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:79: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:84: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:93: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:111: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:143: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:155: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:191: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:203: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/completions/langchain_based.py:221: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/llamacpp.py:82: error:(B Redundant cast to (B"str"(B (B[redundant-cast](B
libs/kotaemon/kotaemon/llms/chats/llamacpp.py:104: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/llamacpp.py:121: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/llamacpp.py:142: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:16: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:21: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:24: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:25: error:(B Call to untyped function (B"_get_lc_class"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:27: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:32: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:39: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:51: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:74: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:95: error:(B Call to untyped function (B"_get_tool_call_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:108: error:(B Call to untyped function (B"prepare_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:112: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:117: error:(B Call to untyped function (B"prepare_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:119: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:125: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:131: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:134: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:142: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:152: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:162: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:167: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:176: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:191: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:192: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:210: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:219: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:220: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:240: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:249: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:260: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:263: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:277: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:286: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:298: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:307: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:321: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:330: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:339: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:353: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:362: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:376: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/langchain_based.py:390: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_splitter.py:42: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_splitter.py:42: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/settings.py:19: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/settings.py:20: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:29: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:32: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/settings.py:32: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/settings.py:35: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/settings.py:64: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:72: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/settings.py:72: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/settings.py:88: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:114: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/settings.py:128: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/openai.py:106: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/openai.py:133: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:163: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/openai.py:195: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:203: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:207: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:211: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:216: error:(B Call to untyped function (B"openai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:221: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:227: error:(B Call to untyped function (B"aopenai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:234: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:239: error:(B Call to untyped function (B"openai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:262: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:267: error:(B Call to untyped function (B"openai_response"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:285: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:307: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:331: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:333: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:336: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:337: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:348: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/openai.py:382: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:410: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:412: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:416: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:418: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:440: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:444: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:468: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:492: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:494: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/chats/openai.py:497: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/openai.py:498: error:(B Call to untyped function (B"prepare_params"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/tools/base.py:38: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/tools/base.py:61: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/tools/base.py:61: error:(B Missing type parameters for generic type (B"Tuple"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/tools/base.py:96: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/tools/base.py:132: error:(B Missing type parameters for generic type (B"Callable"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/io/base.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:99: error:(B Need type annotation for (B"log"(B (hint: (B"log: list[<type>] = ..."(B) (B[var-annotated](B
libs/kotaemon/kotaemon/agents/io/base.py:101: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:101: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/agents/io/base.py:106: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:106: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:110: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:113: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:117: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:120: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:125: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:128: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:133: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:137: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:140: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:153: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:158: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:158: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/agents/io/base.py:163: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:163: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:168: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:171: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:178: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:178: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:182: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:185: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:185: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:189: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:192: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:192: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:196: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:199: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:199: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:203: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:206: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:206: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/io/base.py:210: error:(B Call to untyped function (B"check_log"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/io/base.py:225: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/io/base.py:237: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/io/base.py:258: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/utils/hf_papers.py:18: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:38: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:48: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:57: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:72: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:73: error:(B Call to untyped function (B"get_paper_id_from_name"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/utils/hf_papers.py:79: error:(B Call to untyped function (B"filter_recommendations"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/utils/hf_papers.py:81: error:(B Call to untyped function (B"format_recommendation_into_markdown"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/utils/hf_papers.py:85: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/hf_papers.py:98: error:(B Call to untyped function (B"parse_date"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/help.py:35: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/utils.py:14: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/utils.py:20: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/utils.py:25: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/utils.py:26: error:(B Call to untyped function (B"is_arxiv_url"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/utils.py:44: error:(B Call to untyped function (B"clean_name"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/rerankings/tei_fast_rerank.py:40: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/rerankings/tei_fast_rerank.py:79: error:(B Call to untyped function (B"client"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/loaders/web_loader.py:16: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/web_loader.py:17: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/web_loader.py:21: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/web_loader.py:36: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/web_loader.py:37: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:26: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:54: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:62: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:63: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:157: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/ocr_loader.py:158: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/mathpix_loader.py:57: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/mathpix_loader.py:64: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/mathpix_loader.py:205: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/mathpix_loader.py:274: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/chats/endpoint_based.py:28: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/endpoint_based.py:47: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/endpoint_based.py:79: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/chats/endpoint_based.py:85: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/jina_web_search.py:15: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/jina_web_search.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/retrievers/jina_web_search.py:56: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/tei_endpoint_embed.py:35: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/tei_endpoint_embed.py:48: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/embeddings/tei_endpoint_embed.py:74: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:32: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:40: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:40: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:73: error:(B Call to untyped function (B"download_binary"(B of (B"Tunnel"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:77: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/tunnel.py:77: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/loaders/utils/adobe.py:148: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/adobe.py:225: error:(B Missing type parameters for generic type (B"List"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/utils/adobe.py:226: error:(B Missing type parameters for generic type (B"List"(B (B[type-arg](B
libs/ktem/ktem/components.py:42: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/components.py:65: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/components.py:69: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/components.py:83: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/components.py:91: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/components.py:185: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/tests/test_vectorstore.py:17: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:30: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:44: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:58: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:74: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:88: error:(B Call to untyped function (B"drop"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_vectorstore.py:97: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:97: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_vectorstore.py:108: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:135: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:163: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:179: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:196: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:213: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:238: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:250: error:(B Call to untyped function (B"drop"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_vectorstore.py:257: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:257: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_vectorstore.py:273: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:289: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:314: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:336: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_vectorstore.py:358: error:(B Call to untyped function (B"drop"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_docstores.py:215: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_docstores.py:218: error:(B Call to untyped function (B"InMemoryDocumentStore"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_docstores.py:264: error:(B Call to untyped function (B"InMemoryDocumentStore"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_docstores.py:271: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_docstores.py:329: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:111: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:122: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:123: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:127: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:128: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py:144: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/adobe_loader.py:56: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/adobe_loader.py:57: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/linear.py:52: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/linear.py:52: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/linear.py:55: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/linear.py:56: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/linear.py:74: error:(B Argument after ** must be a mapping, not (B"dict[Any, Any] | None"(B (B[arg-type](B
libs/kotaemon/kotaemon/llms/linear.py:120: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/linear.py:124: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/linear.py:125: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/cot.py:86: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/cot.py:88: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/llms/cot.py:90: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/cot.py:151: error:(B Missing type parameters for generic type (B"Callable"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/cot.py:156: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/utils/visualize_cited.py:34: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/visualize_cited.py:38: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/utils/visualize_cited.py:44: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/visualize_cited.py:114: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/utils/visualize_cited.py:121: error:(B Call to untyped function (B"_get_projections"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/utils/visualize_cited.py:134: error:(B Call to untyped function (B"_get_projections"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:31: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:42: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:50: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:58: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:66: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:74: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:82: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:90: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:96: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:104: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:110: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:123: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:133: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:143: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:151: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:156: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:156: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_embedding_models.py:159: error:(B Call to untyped function (B"assert_embedding_result"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_embedding_models.py:169: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_embedding_models.py:170: error:(B Call to untyped function (B"VoyageAIEmbeddings"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:45: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:53: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:54: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:58: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:59: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/loaders/docling_loader.py:223: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/llms/branching.py:54: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/branching.py:63: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/branching.py:128: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/branching.py:128: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/branching.py:163: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/llms/branching.py:181: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem_tests/test_qa.py:41: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem_tests/test_qa.py:49: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_template.py:68: error:(B Call to untyped function (B"check_missing_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_template.py:82: error:(B Call to untyped function (B"check_redundant_kwargs"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_template.py:85: error:(B Call to untyped function (B"partial_populate"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_template.py:111: error:(B Call to untyped function (B"partial_populate"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:8: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:8: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:16: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:23: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:25: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:30: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:30: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:32: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:37: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:37: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:39: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:44: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:44: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:52: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_prompt.py:59: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_prompt.py:61: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_prompt.py:62: error:(B Call to untyped function (B"set_value"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_llms_completion_models.py:43: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_llms_completion_models.py:52: error:(B Call to untyped function (B"to_langchain_format"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_llms_completion_models.py:66: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_llms_completion_models.py:75: error:(B Call to untyped function (B"to_langchain_format"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_llms_completion_models.py:86: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_llms_completion_models.py:86: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_llms_completion_models.py:91: error:(B Call to untyped function (B"_get_lc_class"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_llms_chat_models.py:47: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_llms_chat_models.py:77: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_llms_chat_models.py:77: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_cot.py:40: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_cot.py:71: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_cot.py:100: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:42: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:52: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:57: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:58: error:(B Call to untyped function (B"BasePromptComponent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_composite.py:62: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:69: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:79: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:88: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:100: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:116: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:132: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_composite.py:146: error:(B Call to untyped function (B"run"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_composite.py:154: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation.py:28: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation.py:31: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation.py:67: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation.py:97: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:15: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:25: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:32: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:39: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:46: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_table_reader.py:46: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:20: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reader.py:20: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:21: error:(B Call to untyped function (B"DocxReader"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_reader.py:27: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reader.py:27: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:36: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reader.py:36: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:58: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reader.py:58: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:77: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reader.py:77: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_reader.py:87: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/_test_multimodal_reader.py:14: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/_test_multimodal_reader.py:14: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/ingests/files.py:90: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/ingests/files.py:107: error:(B Call to untyped function (B"DirectoryReader"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/indices/rankings/llm_trulens.py:46: error:(B Missing type parameters for generic type (B"Pattern"(B (B[type-arg](B
libs/kotaemon/kotaemon/indices/rankings/llm_trulens.py:52: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/rankings/llm_trulens.py:145: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/solver.py:24: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:46: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:67: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:68: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:77: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:78: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:87: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:88: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:155: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:172: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:191: error:(B Call to untyped function (B"ChatConversation"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:193: error:(B Call to untyped function (B"start_session"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:209: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:242: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:242: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/chat.py:287: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:15: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:33: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:64: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:86: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:89: error:(B Missing type parameters for generic type (B"Dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:117: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/config.py:130: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/agents/base.py:37: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/base.py:38: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/base.py:55: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/tests/test_ingestor.py:7: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_ingestor.py:7: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/contribs/promptui/ui/__init__.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/contribs/promptui/ui/__init__.py:12: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/ui/__init__.py:17: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/contribs/promptui/ui/__init__.py:29: error:(B Call to untyped function (B"build_chat_ui"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/rewoo/planner.py:3: error:(B Module (B"kotaemon.agents.base"(B does not explicitly export attribute (B"BaseLLM"(B (B[attr-defined](B
libs/kotaemon/kotaemon/agents/rewoo/planner.py:3: error:(B Module (B"kotaemon.agents.base"(B does not explicitly export attribute (B"BaseTool"(B (B[attr-defined](B
libs/kotaemon/kotaemon/agents/rewoo/planner.py:41: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/planner.py:85: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/react/agent.py:8: error:(B Module (B"kotaemon.agents.base"(B does not explicitly export attribute (B"BaseLLM"(B (B[attr-defined](B
libs/kotaemon/kotaemon/agents/react/agent.py:116: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/react/agent.py:175: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/react/agent.py:175: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/agents/react/agent.py:181: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/react/agent.py:197: error:(B Call to untyped function (B"clear"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/react/agent.py:250: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/react/agent.py:266: error:(B Call to untyped function (B"clear"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/langchain_based.py:28: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/langchain_based.py:35: error:(B Call to untyped function (B"update_agent_tools"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/langchain_based.py:37: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/langchain_based.py:37: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/agents/langchain_based.py:64: error:(B Call to untyped function (B"update_agent_tools"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/db/base_models.py:37: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/db/base_models.py:82: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/db/base_models.py:99: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/db/base_models.py:100: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/db/base_models.py:101: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/cli.py:113: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/cli.py:121: error:(B Incompatible types in assignment (expression has type (B"int"(B, variable has type (B"str"(B) (B[assignment](B
libs/kotaemon/kotaemon/cli.py:132: error:(B Call to untyped function (B"Tunnel"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:49: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:58: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:153: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:153: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:194: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:240: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:245: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/agents/rewoo/agent.py:312: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/models.py:11: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/models.py:16: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:10: error:(B Module (B"ktem.rerankings.db"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/rerankings/manager.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:16: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/rerankings/manager.py:18: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:20: error:(B Missing type parameters for generic type (B"Type"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:34: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/manager.py:35: error:(B Call to untyped function (B"load_vendors"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/manager.py:37: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:37: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/rerankings/manager.py:54: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:54: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/rerankings/manager.py:77: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:85: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:134: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:138: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:138: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:155: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/manager.py:157: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:167: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/manager.py:169: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/manager.py:169: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:190: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/manager.py:192: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/manager.py:197: error:(B Call to untyped function (B"RerankingManager"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:10: error:(B Module (B"ktem.llms.db"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/llms/manager.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:16: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/llms/manager.py:18: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:20: error:(B Missing type parameters for generic type (B"Type"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:36: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:37: error:(B Call to untyped function (B"load_vendors"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:39: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:39: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/llms/manager.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:56: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/llms/manager.py:98: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:106: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:155: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:159: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:159: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:178: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:180: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:190: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:192: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/manager.py:192: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:213: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/manager.py:215: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/manager.py:220: error:(B Call to untyped function (B"LLMManager"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:10: error:(B Module (B"ktem.embeddings.db"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/embeddings/manager.py:16: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:16: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/embeddings/manager.py:18: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:20: error:(B Missing type parameters for generic type (B"Type"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:34: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:35: error:(B Call to untyped function (B"load_vendors"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:37: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:37: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/embeddings/manager.py:55: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:55: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/embeddings/manager.py:94: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:102: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:151: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:155: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:155: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:173: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:175: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:185: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:187: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/manager.py:187: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:208: error:(B Call to untyped function (B"load"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/manager.py:210: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/manager.py:215: error:(B Call to untyped function (B"EmbeddingManager"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:34: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:61: error:(B Call to untyped function (B"generate_chat_completion_obj"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:66: error:(B Call to untyped function (B"generate_chat_completion_obj"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:71: error:(B Call to untyped function (B"generate_chat_completion_obj"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:93: error:(B Call to untyped function (B"generate_chat_completion_obj"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:116: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:129: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:148: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:166: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:184: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:209: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_agent.py:215: error:(B Call to untyped function (B"LangchainAgent"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_agent.py:229: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:93: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:93: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:188: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/rewoo.py:198: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:221: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:252: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:263: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/rewoo.py:275: error:(B Call to untyped function (B"find_text"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/rewoo.py:338: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/rewoo.py:339: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/rewoo.py:355: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/rewoo.py:356: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/rewoo.py:375: error:(B Call to untyped function (B"format_info_panel_planner"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/rewoo.py:380: error:(B Call to untyped function (B"format_info_panel_evidence"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/rewoo.py:394: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/rewoo.py:394: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/rewoo.py:442: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/rewoo.py:500: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/react.py:56: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/react.py:169: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/react.py:190: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/react.py:214: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:215: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/react.py:231: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/react.py:231: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/react.py:231: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:240: error:(B Call to untyped function (B"stream"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/react.py:265: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:265: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:302: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/react.py:342: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/prompt_optimization/suggest_conversation_name.py:25: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/prompt_optimization/rewrite_question.py:31: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/prompt_optimization/mindmap.py:80: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/prompt_optimization/fewshot_rewrite_question.py:40: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/prompt_optimization/fewshot_rewrite_question.py:40: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/prompt_optimization/fewshot_rewrite_question.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/prompt_optimization/fewshot_rewrite_question.py:59: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/prompt_optimization/fewshot_rewrite_question.py:79: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/prompt_optimization/decompose_question.py:45: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/prompt_optimization/decompose_question.py:66: error:(B Call to untyped function (B"create_prompt"(B in typed context (B[no-untyped-call](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:121: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:121: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:143: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:148: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:210: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:210: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:214: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:214: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:296: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:296: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:298: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/indices/qa/citation_qa.py:322: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:91: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:91: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:103: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:152: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:161: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:215: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:215: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:322: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:322: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/kotaemon/indices/qa/citation_qa_inline.py:324: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/tests/test_reranking.py:43: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_reranking.py:56: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:36: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:45: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:79: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:84: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:95: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:100: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/kotaemon/kotaemon/indices/vectorindex.py:127: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:134: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:193: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:193: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/vectorindex.py:208: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/kotaemon/indices/vectorindex.py:208: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/kotaemon/indices/vectorindex.py:310: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:46: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:108: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:165: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:205: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:222: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:279: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:280: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/simple.py:281: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/simple.py:288: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:289: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/simple.py:304: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:304: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/reasoning/simple.py:336: error:(B Call to untyped function (B"show_citations_and_addons"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/simple.py:341: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:348: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:348: error:(B Signature of (B"get_pipeline"(B incompatible with supertype (B"ktem.reasoning.base.BaseReasoning"(B (B[override](B
libs/ktem/ktem/reasoning/simple.py:348: note:(B Superclass:(B
libs/ktem/ktem/reasoning/simple.py:348: note:(B @classmethod(B
libs/ktem/ktem/reasoning/simple.py:348: note:(B def get_pipeline(cls, user_settings: dict[Any, Any], state: dict[Any, Any], retrievers: list[BaseComponent] | None = ...) -> BaseReasoning(B
libs/ktem/ktem/reasoning/simple.py:348: note:(B Subclass:(B
libs/ktem/ktem/reasoning/simple.py:348: note:(B @classmethod(B
libs/ktem/ktem/reasoning/simple.py:348: note:(B def get_pipeline(cls, settings: Any, states: Any, retrievers: Any) -> Any(B
libs/ktem/ktem/reasoning/simple.py:357: error:(B Call to untyped function (B"prepare_pipeline_instance"(B of (B"FullQAPipeline"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/reasoning/simple.py:405: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:482: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:495: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:495: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:496: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:532: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:533: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/reasoning/simple.py:590: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/reasoning/simple.py:599: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/reasoning/simple.py:610: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/kotaemon/tests/test_tools.py:40: error:(B Call to untyped function (B"InMemoryDocumentStore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:18: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/index/file/pipelines.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:109: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/pipelines.py:113: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:144: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/pipelines.py:194: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/pipelines.py:224: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/pipelines.py:281: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:281: error:(B Signature of (B"get_pipeline"(B incompatible with supertype (B"ktem.index.file.base.BaseFileIndexRetriever"(B (B[override](B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B Superclass:(B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B @classmethod(B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B def get_pipeline(cls, user_settings: dict[Any, Any], index_settings: dict[Any, Any], selected: list[Any] | None = ...) -> BaseFileIndexRetriever(B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B Subclass:(B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B @classmethod(B
libs/ktem/ktem/index/file/pipelines.py:281: note:(B def get_pipeline(cls, user_settings: Any, index_settings: Any, selected: Any) -> Any(B
libs/ktem/ktem/index/file/pipelines.py:310: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/pipelines.py:352: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:391: error:(B Call to untyped function (B"handle_chunks_docstore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:398: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:404: error:(B Call to untyped function (B"handle_chunks_vectorstore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:416: error:(B Call to untyped function (B"insert_chunks_to_vectorstore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:419: error:(B Call to untyped function (B"insert_chunks_to_vectorstore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:424: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:443: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:475: error:(B Missing type parameters for generic type (B"tuple"(B (B[type-arg](B
libs/ktem/ktem/index/file/pipelines.py:504: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/pipelines.py:530: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/pipelines.py:555: error:(B Call to untyped function (B"get_token_func"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/pipelines.py:568: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:572: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:597: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:602: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:674: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:690: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:709: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:776: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/pipelines.py:781: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/kotaemon/tests/test_indexing_retrieval.py:21: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_indexing_retrieval.py:23: error:(B Call to untyped function (B"InMemoryDocumentStore"(B in typed context (B[no-untyped-call](B
libs/kotaemon/tests/test_indexing_retrieval.py:45: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_indexing_retrieval.py:47: error:(B Call to untyped function (B"InMemoryDocumentStore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/knet/pipelines.py:13: error:(B Module (B"ktem.index.file.pipelines"(B does not explicitly export attribute (B"BaseFileIndexRetriever"(B (B[attr-defined](B
libs/ktem/ktem/index/file/knet/pipelines.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/pipelines.py:59: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/pipelines.py:119: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/knet/pipelines.py:146: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/pipelines.py:146: error:(B Signature of (B"get_pipeline"(B incompatible with supertype (B"ktem.index.file.base.BaseFileIndexRetriever"(B (B[override](B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B Superclass:(B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B @classmethod(B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B def get_pipeline(cls, user_settings: dict[Any, Any], index_settings: dict[Any, Any], selected: list[Any] | None = ...) -> BaseFileIndexRetriever(B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B Subclass:(B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B @classmethod(B
libs/ktem/ktem/index/file/knet/pipelines.py:146: note:(B def get_pipeline(cls, user_settings: Any, index_settings: Any, selected: Any) -> Any(B
libs/ktem/ktem/index/file/graph/pipelines.py:13: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/pipelines.py:19: error:(B Module (B"ktem.index.file.pipelines"(B does not explicitly export attribute (B"BaseFileIndexRetriever"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/pipelines.py:55: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:59: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:76: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:98: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:109: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:110: error:(B Call to untyped function (B"check_graphrag_api_key"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/pipelines.py:154: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:178: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/pipelines.py:189: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:307: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:345: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:351: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:351: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/pipelines.py:361: error:(B Call to untyped function (B"check_graphrag_api_key"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/pipelines.py:364: error:(B Call to untyped function (B"_build_graph_search"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/pipelines.py:391: error:(B Call to untyped function (B"plot_graph"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/base.py:56: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/base.py:62: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/base.py:62: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/base.py:65: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/base.py:65: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/base.py:68: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/base.py:68: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/base.py:86: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/base.py:99: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/base.py:113: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/base.py:129: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/manager.py:3: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/index/manager.py:23: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:29: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/manager.py:33: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:33: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/manager.py:72: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:72: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/manager.py:95: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:95: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/manager.py:111: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:128: error:(B Call to untyped function (B"on_delete"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/manager.py:143: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:143: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/manager.py:179: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:179: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/manager.py:184: error:(B Call to untyped function (B"load_index_types"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/manager.py:196: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/manager.py:199: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:20: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:38: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:38: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/index.py:39: error:(B Call to untyped function (B"__init__"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:43: error:(B Missing type parameters for generic type (B"Type"(B (B[type-arg](B
libs/ktem/ktem/index/file/index.py:45: error:(B Missing type parameters for generic type (B"Type"(B (B[type-arg](B
libs/ktem/ktem/index/file/index.py:48: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/index.py:49: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/index.py:51: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:85: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/index.py:110: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/index.py:147: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/index.py:165: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:165: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:199: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:199: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:238: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:238: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:273: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:273: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:308: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:308: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:319: error:(B Call to untyped function (B"get_admin_settings"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:328: error:(B Call to untyped function (B"_setup_resources"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:334: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:334: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:338: error:(B Call to untyped function (B"_setup_resources"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:342: error:(B Call to untyped function (B"drop"(B of (B"BaseVectorStore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:343: error:(B Call to untyped function (B"drop"(B of (B"BaseDocumentStore"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:346: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:346: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/index.py:348: error:(B Call to untyped function (B"_setup_resources"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:349: error:(B Call to untyped function (B"_setup_indexing_cls"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:350: error:(B Call to untyped function (B"_setup_retriever_cls"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:351: error:(B Call to untyped function (B"_setup_file_index_ui_cls"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:352: error:(B Call to untyped function (B"_setup_file_selector_ui_cls"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/index.py:354: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:359: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:364: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:364: error:(B Signature of (B"get_user_settings"(B incompatible with supertype (B"ktem.index.base.BaseIndex"(B (B[override](B
libs/ktem/ktem/index/file/index.py:364: note:(B Superclass:(B
libs/ktem/ktem/index/file/index.py:364: note:(B @classmethod(B
libs/ktem/ktem/index/file/index.py:364: note:(B def get_user_settings(cls) -> dict[Any, Any](B
libs/ktem/ktem/index/file/index.py:364: note:(B Subclass:(B
libs/ktem/ktem/index/file/index.py:364: note:(B def get_user_settings(self) -> Any(B
libs/ktem/ktem/index/file/index.py:377: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:440: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/index.py:463: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/app.py:40: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:40: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:71: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/app.py:72: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/app.py:74: error:(B Call to untyped function (B"register_extensions"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:75: error:(B Call to untyped function (B"register_reasonings"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:76: error:(B Call to untyped function (B"initialize_indices"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:78: error:(B Call to untyped function (B"finalize"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:79: error:(B Call to untyped function (B"finalize"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:84: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:84: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:86: error:(B Call to untyped function (B"IndexManager"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:87: error:(B Call to untyped function (B"on_application_startup"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:95: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:95: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:109: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:109: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:136: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:146: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:146: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/app.py:157: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/app.py:157: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/app.py:163: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:163: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:166: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:166: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:169: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:169: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:172: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:172: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:175: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:211: error:(B Call to untyped function (B"ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:213: error:(B Call to untyped function (B"declare_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:214: error:(B Call to untyped function (B"subscribe_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:215: error:(B Call to untyped function (B"register_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:216: error:(B Call to untyped function (B"on_app_created"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:222: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:222: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:229: error:(B Call to untyped function (B"declare_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:231: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:231: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:233: error:(B Call to untyped function (B"on_subscribe_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:236: error:(B Call to untyped function (B"subscribe_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:238: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:238: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:240: error:(B Call to untyped function (B"on_register_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:243: error:(B Call to untyped function (B"register_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:245: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:245: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:247: error:(B Call to untyped function (B"_on_app_created"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:250: error:(B Call to untyped function (B"on_app_created"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:258: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:261: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:261: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:264: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:264: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:267: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:267: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:270: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:270: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:282: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:282: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:287: error:(B Call to untyped function (B"render"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:289: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:289: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:294: error:(B Call to untyped function (B"unrender"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:296: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:296: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:303: error:(B Call to untyped function (B"declare_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:305: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:305: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:307: error:(B Call to untyped function (B"on_subscribe_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:310: error:(B Call to untyped function (B"subscribe_public_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:312: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:312: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:314: error:(B Call to untyped function (B"on_register_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:317: error:(B Call to untyped function (B"register_events"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:319: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/app.py:319: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/app.py:321: error:(B Call to untyped function (B"_on_app_created"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/app.py:324: error:(B Call to untyped function (B"on_app_created"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:103: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:104: error:(B Call to untyped function (B"__init__"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:112: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:114: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:114: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:130: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:131: error:(B Call to untyped function (B"__init__"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:146: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:164: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:164: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:231: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:231: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:282: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:282: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:333: error:(B Call to untyped function (B"render_file_list"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:336: error:(B Call to untyped function (B"render_group_list"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:338: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:338: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:391: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:443: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:477: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:483: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:519: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:547: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:565: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:567: error:(B Call to untyped function (B"delete_event"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:569: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:572: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:590: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:722: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:724: error:(B Call to untyped function (B"on_register_quick_uploads"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1035: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1035: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:1054: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1054: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1088: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1159: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1199: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1199: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1217: error:(B Call to untyped function (B"is_arxiv_url"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1221: error:(B Call to untyped function (B"download_arxiv_pdf"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1263: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1336: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1336: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1348: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1403: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1411: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1478: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1490: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1516: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/index/file/ui.py:1527: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1547: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1547: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1559: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1559: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1573: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1602: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1614: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1615: error:(B Call to untyped function (B"__init__"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1617: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1619: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1624: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1624: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:1625: error:(B Call to untyped function (B"default"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/ui.py:1650: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1665: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1668: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1691: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1692: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/index/file/ui.py:1735: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1735: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/ui.py:1742: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/ui.py:1742: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_promptui.py:9: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_promptui.py:9: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_promptui.py:28: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/kotaemon/tests/test_promptui.py:28: note:(B Use (B"-> None"(B if function does not return a value(B
libs/kotaemon/tests/test_promptui.py:37: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:11: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:26: error:(B Module (B"ktem.index.file.pipelines"(B does not explicitly export attribute (B"BaseFileIndexRetriever"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:58: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:67: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:70: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:108: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:118: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:125: error:(B Call to untyped function (B"get_embedding_func"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:130: error:(B Call to untyped function (B"get_llm_func"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:135: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:142: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:151: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:227: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:244: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:278: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:310: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:326: error:(B Call to untyped function (B"get_default_models_wrapper"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:354: error:(B Call to untyped function (B"build_graphrag"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:390: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:410: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:421: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:438: error:(B Call to untyped function (B"get_default_models_wrapper"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:439: error:(B Call to untyped function (B"build_graphrag"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:460: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:495: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:507: error:(B Call to untyped function (B"_build_graph_search"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:512: error:(B Call to untyped function (B"nano_graph_rag_build_local_query_context"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_pipelines.py:520: error:(B Call to untyped function (B"plot_graph"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:11: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:26: error:(B Module (B"ktem.index.file.pipelines"(B does not explicitly export attribute (B"BaseFileIndexRetriever"(B (B[attr-defined](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:60: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:69: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:72: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:110: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:120: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:127: error:(B Call to untyped function (B"get_embedding_func"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:132: error:(B Call to untyped function (B"get_llm_func"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:137: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:144: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:153: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:235: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:256: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:290: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:322: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:338: error:(B Call to untyped function (B"get_default_models_wrapper"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:366: error:(B Call to untyped function (B"build_graphrag"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:402: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:422: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:433: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:450: error:(B Call to untyped function (B"get_default_models_wrapper"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:451: error:(B Call to untyped function (B"build_graphrag"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:472: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:499: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:511: error:(B Call to untyped function (B"_build_graph_search"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:516: error:(B Call to untyped function (B"lightrag_build_local_query_context"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/lightrag_pipelines.py:519: error:(B Call to untyped function (B"plot_graph"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/ui.py:15: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:26: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:31: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/ui.py:33: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:33: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/rerankings/ui.py:129: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:141: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:144: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/rerankings/ui.py:150: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/ui.py:152: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:244: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:258: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:277: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:277: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:287: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:311: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/rerankings/ui.py:326: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:333: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:372: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/rerankings/ui.py:385: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:25: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:52: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:54: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/setup.py:56: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:56: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/setup.py:138: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:138: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/setup.py:188: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:392: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/setup.py:401: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:6: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/resources/user.py:30: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:51: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:97: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:121: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:124: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/user.py:135: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:135: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/resources/user.py:181: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:262: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:286: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:287: error:(B Call to untyped function (B"validate_username"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/user.py:292: error:(B Call to untyped function (B"validate_password"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/user.py:315: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:343: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:343: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:353: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:392: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:406: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/user.py:407: error:(B Call to untyped function (B"validate_username"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/user.py:413: error:(B Call to untyped function (B"validate_password"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/user.py:431: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/report.py:5: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/chat/report.py:10: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/report.py:12: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/report.py:14: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/report.py:14: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/report.py:44: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/report.py:44: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/report.py:50: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/report.py:51: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/report.py:54: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/paper_list.py:9: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/paper_list.py:11: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/paper_list.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/paper_list.py:29: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/paper_list.py:30: error:(B Call to untyped function (B"fetch_papers"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/paper_list.py:34: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/paper_list.py:34: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/paper_list.py:40: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/paper_list.py:40: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/demo_hint.py:8: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/demo_hint.py:10: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/demo_hint.py:12: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/demo_hint.py:12: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/chat_suggestion.py:17: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/chat_suggestion.py:19: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/chat_suggestion.py:21: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/chat_suggestion.py:21: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/chat_suggestion.py:38: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/chat_suggestion.py:41: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/chat_panel.py:26: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/chat_panel.py:28: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/chat_panel.py:28: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/chat_panel.py:51: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:24: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:29: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/ui.py:31: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:31: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/llms/ui.py:124: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:136: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:139: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/llms/ui.py:145: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/ui.py:147: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:243: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:257: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:276: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:276: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:286: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:310: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/llms/ui.py:325: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:332: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:332: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:371: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/llms/ui.py:380: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:11: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:11: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/ui.py:25: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:36: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:42: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/ui.py:44: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:44: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/ui.py:109: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:125: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:223: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:233: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/ui.py:238: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/ui.py:240: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:258: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:277: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:288: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:301: error:(B Call to untyped function (B"info"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/ui.py:303: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/ui.py:313: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/ui.py:321: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:24: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:29: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/ui.py:31: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:31: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/embeddings/ui.py:127: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:139: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:142: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/embeddings/ui.py:148: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/ui.py:150: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:245: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:259: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:278: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:278: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:288: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:312: error:(B Call to untyped function (B"format_description"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/embeddings/ui.py:327: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:334: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:373: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/embeddings/ui.py:386: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:6: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/settings.py:36: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:68: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:115: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:117: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:117: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/settings.py:127: error:(B Call to untyped function (B"user_tab"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:129: error:(B Call to untyped function (B"app_tab"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:130: error:(B Call to untyped function (B"index_tab"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:131: error:(B Call to untyped function (B"reasoning_tab"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:133: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:167: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:187: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:234: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:234: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/settings.py:253: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:256: error:(B Call to untyped function (B"validate_password"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:277: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:277: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/settings.py:280: error:(B Call to untyped function (B"render_setting_item"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:287: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:287: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/settings.py:300: error:(B Call to untyped function (B"render_setting_item"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:307: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:307: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/settings.py:313: error:(B Call to untyped function (B"render_setting_item"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:321: error:(B Call to untyped function (B"render_setting_item"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:340: error:(B Call to untyped function (B"render_setting_item"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:347: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:356: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:365: error:(B Call to untyped function (B"component_names"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:368: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:368: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:375: error:(B Call to untyped function (B"component_names"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/settings.py:394: error:(B Missing type parameters for generic type (B"list"(B (B[type-arg](B
libs/ktem/ktem/pages/settings.py:401: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:405: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:414: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/settings.py:424: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:5: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/login.py:29: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:31: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/login.py:33: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:33: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/login.py:39: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:39: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/login.py:55: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:62: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:62: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/login.py:77: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:77: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/login.py:88: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/login.py:88: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:7: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/chat/control.py:33: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:47: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:50: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:52: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:52: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/control.py:201: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:237: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/pages/chat/control.py:243: error:(B Unused (B"type: ignore"(B comment (B[unused-ignore](B
libs/ktem/ktem/pages/chat/control.py:252: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:253: error:(B Call to untyped function (B"load_chat_history"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:259: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:271: error:(B Call to untyped function (B"load_chat_history"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:275: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:292: error:(B Call to untyped function (B"load_chat_history"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:299: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:326: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/control.py:379: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:388: error:(B Call to untyped function (B"is_conv_name_valid"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:404: error:(B Call to untyped function (B"load_chat_history"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/control.py:412: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:442: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:442: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:465: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/control.py:465: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/knet/knet_index.py:11: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/knet_index.py:12: error:(B Call to untyped function (B"get_admin_settings"(B of (B"FileIndex"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/knet/knet_index.py:19: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/knet_index.py:19: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/knet/knet_index.py:22: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/knet_index.py:22: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/knet/knet_index.py:25: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/knet/knet_index.py:37: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/graph_index.py:10: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/graph_index.py:10: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/graph_index.py:13: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/graph_index.py:13: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/graph_index.py:16: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/graph_index.py:26: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/resources/__init__.py:3: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/resources/__init__.py:14: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/__init__.py:16: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:18: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/__init__.py:18: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/resources/__init__.py:20: error:(B Call to untyped function (B"IndexManagement"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:23: error:(B Call to untyped function (B"LLMManagement"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:26: error:(B Call to untyped function (B"EmbeddingManagement"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:29: error:(B Call to untyped function (B"RerankingManagement"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:33: error:(B Call to untyped function (B"UserManagement"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/resources/__init__.py:35: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/resources/__init__.py:35: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/resources/__init__.py:57: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:11: error:(B Module (B"ktem.db.models"(B does not explicitly export attribute (B"engine"(B (B[attr-defined](B
libs/ktem/ktem/pages/chat/__init__.py:201: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:205: error:(B Call to untyped function (B"on_building_ui"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:217: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:217: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/pages/chat/__init__.py:226: error:(B Call to untyped function (B"ConversationControl"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:271: error:(B Call to untyped function (B"ChatSuggestion"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:303: error:(B Call to untyped function (B"ReportIssue"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:308: error:(B Call to untyped function (B"HintPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:312: error:(B Call to untyped function (B"PaperListPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:402: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:402: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/__init__.py:410: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:567: error:(B Call to untyped function (B"select_conv"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:629: error:(B Call to untyped function (B"toggle_delete"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:667: error:(B Call to untyped function (B"toggle_delete"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:674: error:(B Call to untyped function (B"toggle_delete"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:728: error:(B Call to untyped function (B"toggle_delete"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:822: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:825: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:871: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:871: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:952: error:(B Call to untyped function (B"new_conv"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:978: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:987: error:(B Call to untyped function (B"get_recommended_papers"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:989: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:995: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1017: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1032: error:(B Call to untyped function (B"select_conv"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/pages/chat/__init__.py:1051: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1073: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1134: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1140: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1140: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1154: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1154: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1166: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1166: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1168: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/__init__.py:1174: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/__init__.py:1264: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1287: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/pages/chat/__init__.py:1367: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/pages/chat/__init__.py:1382: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:13: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:13: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:17: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:17: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:20: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:20: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:42: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:54: error:(B Call to untyped function (B"_get_or_create_collection_graph_id"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/nano_graph_index.py:62: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:13: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:13: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:17: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:17: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/light_graph_index.py:20: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:20: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/index/file/graph/light_graph_index.py:23: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:42: error:(B Function is missing a type annotation for one or more arguments (B[no-untyped-def](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:54: error:(B Call to untyped function (B"_get_or_create_collection_graph_id"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/index/file/graph/light_graph_index.py:62: error:(B Missing type parameters for generic type (B"dict"(B (B[type-arg](B
libs/ktem/ktem/main.py:21: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/main.py:42: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/main.py:42: note:(B Use (B"-> None"(B if function does not return a value(B
libs/ktem/ktem/main.py:53: error:(B Call to untyped function (B"LoginPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/main.py:61: error:(B Call to untyped function (B"ChatPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/main.py:103: error:(B Call to untyped function (B"ResourcesTab"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/main.py:112: error:(B Call to untyped function (B"SettingsPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/main.py:125: error:(B Call to untyped function (B"SetupPage"(B in typed context (B[no-untyped-call](B
libs/ktem/ktem/main.py:127: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/main.py:133: error:(B Function is missing a type annotation (B[no-untyped-def](B
libs/ktem/ktem/main.py:202: error:(B Function is missing a return type annotation (B[no-untyped-def](B
libs/ktem/ktem/main.py:202: note:(B Use (B"-> None"(B if function does not return a value(B
Found 1528 errors in 162 files (checked 246 source files)(B
codespell................................................................Passed