apps/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/container.py |
(no function) |
2 |
0 |
0 |
100% |
apps/inners/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/exceptions/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/exceptions/base_exception.py |
BaseException.__init__ |
7 |
1 |
0 |
86% |
apps/inners/exceptions/base_exception.py |
(no function) |
6 |
0 |
0 |
100% |
apps/inners/exceptions/datastore_exception.py |
(no function) |
5 |
0 |
0 |
100% |
apps/inners/exceptions/model_exception.py |
(no function) |
3 |
3 |
0 |
0% |
apps/inners/exceptions/repository_exception.py |
(no function) |
5 |
0 |
0 |
100% |
apps/inners/exceptions/use_case_exception.py |
(no function) |
39 |
0 |
0 |
100% |
apps/inners/models/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/base_model.py |
BaseModel.patch_from |
5 |
1 |
0 |
80% |
apps/inners/models/base_model.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/daos/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/daos/account.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/daos/base_dao.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/daos/document.py |
(no function) |
13 |
0 |
0 |
100% |
apps/inners/models/daos/document_process.py |
(no function) |
14 |
0 |
0 |
100% |
apps/inners/models/daos/document_type.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/daos/file_document.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/daos/session.py |
(no function) |
15 |
0 |
0 |
100% |
apps/inners/models/daos/text_document.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/daos/web_document.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/dtos/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/base_dto.py |
(no function) |
3 |
0 |
0 |
100% |
apps/inners/models/dtos/constants/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/constants/document_type_constant.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/content.py |
Content.to_response |
1 |
0 |
0 |
100% |
apps/inners/models/dtos/content.py |
(no function) |
9 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authentications/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authentications/logins/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authentications/logins/login_by_email_and_password_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authentications/registers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authentications/registers/register_by_email_and_password_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authorizations/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/authorizations/refresh_access_token_body.py |
(no function) |
3 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/base_request.py |
(no function) |
3 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/long_form_qas/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/long_form_qas/input_setting_body.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/long_form_qas/process_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/accounts/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/accounts/create_one_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/accounts/patch_one_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/document_processes/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/document_processes/create_one_body.py |
(no function) |
8 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/document_processes/patch_one_body.py |
(no function) |
8 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/document_types/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/document_types/create_one_body.py |
(no function) |
4 |
4 |
0 |
0% |
apps/inners/models/dtos/contracts/requests/managements/document_types/patch_one_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/documents/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/documents/create_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/documents/patch_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/documents/search_body.py |
(no function) |
8 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/file_documents/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/file_documents/create_one_body.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/file_documents/patch_one_body.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/text_documents/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/text_documents/create_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/text_documents/patch_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/web_documents/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/web_documents/create_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/managements/web_documents/patch_one_body.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/passage_searches/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/passage_searches/input_setting_body.py |
(no function) |
34 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/requests/passage_searches/process_body.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/logins/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/logins/login_response.py |
(no function) |
6 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/logouts/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/logouts/logout_response.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/registers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/authentications/registers/register_response.py |
(no function) |
4 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/base_response.py |
(no function) |
3 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/long_form_qas/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/long_form_qas/process_response.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/managements/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/managements/documents/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/managements/documents/file_document_response.py |
(no function) |
14 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/managements/documents/text_document_response.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/managements/documents/web_document_response.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/passage_searches/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/models/dtos/contracts/responses/passage_searches/process_response.py |
(no function) |
19 |
0 |
0 |
100% |
apps/inners/models/dtos/document_category.py |
DocumentCategory.get_all |
1 |
1 |
0 |
0% |
apps/inners/models/dtos/document_category.py |
(no function) |
9 |
0 |
0 |
100% |
apps/inners/models/dtos/element_category.py |
ElementCategory.to_dict |
1 |
1 |
0 |
0% |
apps/inners/models/dtos/element_category.py |
(no function) |
8 |
0 |
0 |
100% |
apps/inners/models/dtos/graph_state.py |
(no function) |
71 |
0 |
0 |
100% |
apps/inners/use_cases/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/login_authentication.py |
LoginAuthentication.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/login_authentication.py |
LoginAuthentication.login_by_email_and_password |
14 |
13 |
0 |
7% |
apps/inners/use_cases/authentications/login_authentication.py |
(no function) |
15 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/logout_authentication.py |
LogoutAuthentication.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/logout_authentication.py |
LogoutAuthentication.logout |
2 |
1 |
0 |
50% |
apps/inners/use_cases/authentications/logout_authentication.py |
(no function) |
6 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/register_authentication.py |
RegisterAuthentication.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/authentications/register_authentication.py |
RegisterAuthentication.register_by_email_and_password |
9 |
7 |
0 |
22% |
apps/inners/use_cases/authentications/register_authentication.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/use_cases/authorizations/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/authorizations/session_authorization.py |
SessionAuthorization.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/authorizations/session_authorization.py |
SessionAuthorization.refresh_access_token |
6 |
5 |
0 |
17% |
apps/inners/use_cases/authorizations/session_authorization.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/libre_office_document_converter.py |
LibreOfficeDocumentConverter.__init__ |
7 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/libre_office_document_converter.py |
LibreOfficeDocumentConverter.convert_from_data |
10 |
10 |
0 |
0% |
apps/inners/use_cases/document_converters/libre_office_document_converter.py |
LibreOfficeDocumentConverter.convert_from_document_id |
26 |
25 |
0 |
4% |
apps/inners/use_cases/document_converters/libre_office_document_converter.py |
(no function) |
19 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/marker_document_converter.py |
MarkerDocumentConverter.__init__ |
3 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/marker_document_converter.py |
MarkerDocumentConverter.convert_from_data |
14 |
1 |
0 |
93% |
apps/inners/use_cases/document_converters/marker_document_converter.py |
MarkerDocumentConverter.formatter |
12 |
0 |
0 |
100% |
apps/inners/use_cases/document_converters/marker_document_converter.py |
(no function) |
13 |
0 |
0 |
100% |
apps/inners/use_cases/document_networks/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/category_document_processor.py |
CategoryDocumentProcessor.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/category_document_processor.py |
CategoryDocumentProcessor.categorize_elements |
15 |
7 |
0 |
53% |
apps/inners/use_cases/document_processor/category_document_processor.py |
CategoryDocumentProcessor.get_categorized_documents |
34 |
22 |
0 |
35% |
apps/inners/use_cases/document_processor/category_document_processor.py |
(no function) |
16 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.__init__ |
4 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.split_pdf_page |
11 |
10 |
0 |
9% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.partition_file |
7 |
7 |
0 |
0% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.partition_text |
3 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.partition_web |
3 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
PartitionDocumentProcessor.partition |
9 |
2 |
0 |
78% |
apps/inners/use_cases/document_processor/partition_document_processor.py |
(no function) |
30 |
0 |
0 |
100% |
apps/inners/use_cases/document_processor/summary_document_processor.py |
SummaryDocumentProcessor.summarize_tables |
9 |
9 |
0 |
0% |
apps/inners/use_cases/document_processor/summary_document_processor.py |
SummaryDocumentProcessor.summarize_images |
8 |
8 |
0 |
0% |
apps/inners/use_cases/document_processor/summary_document_processor.py |
(no function) |
10 |
0 |
0 |
100% |
apps/inners/use_cases/document_searches/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/document_stores/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/document_transfers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/base_embedding.py |
BaseEmbedding.encode_documents |
1 |
1 |
0 |
0% |
apps/inners/use_cases/embeddings/base_embedding.py |
BaseEmbedding.encode_queries |
1 |
1 |
0 |
0% |
apps/inners/use_cases/embeddings/base_embedding.py |
(no function) |
7 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/bge_m3_embedding.py |
BgeM3Embedding.__init__ |
9 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/bge_m3_embedding.py |
BgeM3Embedding.encode_documents |
1 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/bge_m3_embedding.py |
BgeM3Embedding.encode_queries |
1 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/bge_m3_embedding.py |
BgeM3Embedding.dimensions |
1 |
0 |
0 |
100% |
apps/inners/use_cases/embeddings/bge_m3_embedding.py |
(no function) |
9 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_generate_answer |
25 |
5 |
0 |
80% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.get_generated_answer_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_grade_hallucination |
28 |
5 |
0 |
82% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.get_generated_hallucination_grade_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_grade_answer_relevancy |
26 |
26 |
0 |
0% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.get_generated_answer_relevancy_grade_hash |
4 |
4 |
0 |
0% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_decide_transform_question_or_grade_answer_relevancy |
10 |
1 |
0 |
90% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_decide_transform_question_or_provide_answer |
10 |
10 |
0 |
0% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.node_transform_question |
22 |
9 |
0 |
59% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.get_transformed_question_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
LongFormQaGraph.compile |
22 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/long_form_qa_graph.py |
(no function) |
30 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.__init__ |
3 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_embedding_query |
4 |
1 |
0 |
75% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_bge_m3_embedding_model |
2 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_vector_store |
5 |
1 |
0 |
80% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.node_embed_worker |
32 |
3 |
0 |
91% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.node_embed |
12 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_collection_name_hash |
7 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.node_get_relevant_documents |
23 |
5 |
0 |
78% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_relevant_document_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_reranker_model |
4 |
1 |
0 |
75% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.node_get_re_ranked_documents |
29 |
6 |
0 |
79% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.get_re_ranked_document_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
PassageSearchGraph.compile |
14 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/passage_search_graph.py |
(no function) |
34 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.__init__ |
6 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.node_get_llm_model |
6 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.node_get_categorized_document_worker |
38 |
11 |
0 |
71% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.node_get_categorized_documents |
14 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.get_categorized_element_hash |
16 |
4 |
0 |
75% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.get_categorized_document_hash |
4 |
0 |
0 |
100% |
apps/inners/use_cases/graphs/preparation_graph.py |
PreparationGraph.compile |
8 |
8 |
0 |
0% |
apps/inners/use_cases/graphs/preparation_graph.py |
(no function) |
32 |
0 |
0 |
100% |
apps/inners/use_cases/long_form_qas/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/long_form_qas/process_long_form_qa.py |
ProcessLongFormQa.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/long_form_qas/process_long_form_qa.py |
ProcessLongFormQa.process |
11 |
0 |
0 |
100% |
apps/inners/use_cases/long_form_qas/process_long_form_qa.py |
(no function) |
12 |
0 |
0 |
100% |
apps/inners/use_cases/managements/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.find_many_with_authorization_and_pagination |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.find_one_by_id_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.find_one_by_email |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.create_one |
5 |
0 |
0 |
100% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.patch_one_by_id_with_authorization |
4 |
1 |
0 |
75% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/account_management.py |
AccountManagement.delete_one_by_id_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/account_management.py |
(no function) |
19 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.search_many_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.find_many_with_authorization_and_pagination |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.find_one_by_id_with_authorization |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.create_one |
4 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.patch_one_by_id_with_authorization |
3 |
1 |
0 |
67% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_management.py |
DocumentManagement.delete_one_by_id_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_management.py |
(no function) |
19 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.find_many_with_authorization_and_pagination |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.find_one_by_id_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.create_one |
4 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.patch_one_by_id_with_authorization |
3 |
1 |
0 |
67% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_process_management.py |
DocumentProcessManagement.delete_one_by_id_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_process_management.py |
(no function) |
17 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_type_management.py |
DocumentTypeManagement.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/managements/document_type_management.py |
DocumentTypeManagement.find_one_by_id |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_type_management.py |
DocumentTypeManagement.patch_one_by_id |
3 |
1 |
0 |
67% |
apps/inners/use_cases/managements/document_type_management.py |
DocumentTypeManagement.patch_one_by_id_raw |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/document_type_management.py |
(no function) |
9 |
0 |
0 |
100% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.get_file_metadata |
3 |
0 |
0 |
100% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.find_many_with_authorization_and_pagination |
7 |
6 |
0 |
14% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.find_one_by_id_with_authorization |
4 |
3 |
0 |
25% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.create_one |
8 |
0 |
0 |
100% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.patch_one_by_id_with_authorization |
15 |
10 |
0 |
33% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/file_document_management.py |
FileDocumentManagement.delete_one_by_id_with_authorization |
4 |
3 |
0 |
25% |
apps/inners/use_cases/managements/file_document_management.py |
(no function) |
23 |
0 |
0 |
100% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.__init__ |
1 |
0 |
0 |
100% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.find_one_by_account_id |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.find_one_by_access_token |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.find_one_by_refresh_token |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.create_one_raw |
2 |
2 |
0 |
0% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.patch_one_by_id_raw |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/session_management.py |
SessionManagement.delete_one_by_id |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/session_management.py |
(no function) |
12 |
0 |
0 |
100% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.find_many_with_authorization_and_pagination |
7 |
5 |
0 |
29% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.find_one_by_id_with_authorization |
4 |
1 |
0 |
75% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.create_one |
6 |
0 |
0 |
100% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.patch_one_by_id_with_authorization |
6 |
4 |
0 |
33% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/text_document_management.py |
TextDocumentManagement.delete_one_by_id_with_authorization |
4 |
3 |
0 |
25% |
apps/inners/use_cases/managements/text_document_management.py |
(no function) |
22 |
0 |
0 |
100% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.__init__ |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.find_many_with_authorization_and_pagination |
7 |
6 |
0 |
14% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.find_one_by_id_with_authorization |
4 |
1 |
0 |
75% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.create_one |
6 |
0 |
0 |
100% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.create_one_raw |
2 |
0 |
0 |
100% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.patch_one_by_id_with_authorization |
6 |
4 |
0 |
33% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.patch_one_by_id_raw_with_authorization |
2 |
1 |
0 |
50% |
apps/inners/use_cases/managements/web_document_management.py |
WebDocumentManagement.delete_one_by_id_with_authorization |
4 |
3 |
0 |
25% |
apps/inners/use_cases/managements/web_document_management.py |
(no function) |
22 |
0 |
0 |
100% |
apps/inners/use_cases/passage_searches/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/passage_searches/process_passage_search.py |
ProcessPassageSearch.__init__ |
5 |
0 |
0 |
100% |
apps/inners/use_cases/passage_searches/process_passage_search.py |
ProcessPassageSearch.process |
29 |
9 |
0 |
69% |
apps/inners/use_cases/passage_searches/process_passage_search.py |
(no function) |
22 |
0 |
0 |
100% |
apps/inners/use_cases/rerankers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/rerankers/base_reranker.py |
BaseReranker.rerank |
1 |
1 |
0 |
0% |
apps/inners/use_cases/rerankers/base_reranker.py |
(no function) |
5 |
0 |
0 |
100% |
apps/inners/use_cases/rerankers/bge_reranker.py |
BgeRerankFunction.__init__ |
12 |
6 |
0 |
50% |
apps/inners/use_cases/rerankers/bge_reranker.py |
BgeRerankFunction._batchify |
1 |
1 |
0 |
0% |
apps/inners/use_cases/rerankers/bge_reranker.py |
BgeRerankFunction.__call__ |
15 |
15 |
0 |
0% |
apps/inners/use_cases/rerankers/bge_reranker.py |
BgeReranker.__init__ |
6 |
0 |
0 |
100% |
apps/inners/use_cases/rerankers/bge_reranker.py |
BgeReranker.rerank |
3 |
3 |
0 |
0% |
apps/inners/use_cases/rerankers/bge_reranker.py |
(no function) |
11 |
0 |
0 |
100% |
apps/inners/use_cases/retrievers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/retrievers/hybrid_milvus_retriever.py |
HybridMilvusRetriever.__init__ |
3 |
0 |
0 |
100% |
apps/inners/use_cases/retrievers/hybrid_milvus_retriever.py |
HybridMilvusRetriever._get_relevant_documents |
14 |
3 |
0 |
79% |
apps/inners/use_cases/retrievers/hybrid_milvus_retriever.py |
(no function) |
16 |
0 |
0 |
100% |
apps/inners/use_cases/utilities/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/utilities/annotater.py |
Annotater.__init__ |
1 |
1 |
0 |
0% |
apps/inners/use_cases/utilities/annotater.py |
Annotater.annotate |
19 |
19 |
0 |
0% |
apps/inners/use_cases/utilities/annotater.py |
Annotater.formatter |
12 |
12 |
0 |
0% |
apps/inners/use_cases/utilities/annotater.py |
(no function) |
12 |
0 |
0 |
100% |
apps/inners/use_cases/utilities/search_statistic.py |
SearchStatistic.get_document_indexes_with_overlapped_scores |
14 |
14 |
0 |
0% |
apps/inners/use_cases/utilities/search_statistic.py |
SearchStatistic.get_selected_labels |
11 |
11 |
0 |
0% |
apps/inners/use_cases/utilities/search_statistic.py |
SearchStatistic.get_selected_documents |
10 |
10 |
0 |
0% |
apps/inners/use_cases/utilities/search_statistic.py |
(no function) |
5 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.__init__ |
11 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.get_search_params |
3 |
1 |
0 |
67% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.initialize_collection |
12 |
5 |
0 |
58% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.drop_collection |
2 |
2 |
0 |
0% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.has_collection |
1 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore._create_index |
1 |
1 |
0 |
0% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore._create_collection |
1 |
1 |
0 |
0% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.embed_texts |
1 |
1 |
0 |
0% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
BaseMilvusVectorStore.search |
1 |
1 |
0 |
0% |
apps/inners/use_cases/vector_stores/base_milvus_vector_store.py |
(no function) |
19 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
BgeM3MilvusVectorStore.__init__ |
8 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
BgeM3MilvusVectorStore._create_index |
6 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
BgeM3MilvusVectorStore._create_collection |
6 |
1 |
0 |
83% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
BgeM3MilvusVectorStore.embed_texts |
6 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
BgeM3MilvusVectorStore.search |
6 |
0 |
0 |
100% |
apps/inners/use_cases/vector_stores/bge_m3_milvus_vector_store.py |
(no function) |
10 |
0 |
0 |
100% |
apps/main.py |
lifespan |
5 |
5 |
0 |
0% |
apps/main.py |
(no function) |
16 |
0 |
0 |
100% |
apps/outers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/containers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/containers/application_container.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/containers/controller_container.py |
(no function) |
30 |
0 |
0 |
100% |
apps/outers/containers/datastore_container.py |
(no function) |
14 |
0 |
0 |
100% |
apps/outers/containers/gateway_container.py |
(no function) |
4 |
0 |
0 |
100% |
apps/outers/containers/repository_container.py |
(no function) |
20 |
0 |
0 |
100% |
apps/outers/containers/router_container.py |
(no function) |
8 |
0 |
0 |
100% |
apps/outers/containers/setting_container.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/containers/use_case_container.py |
(no function) |
25 |
0 |
0 |
100% |
apps/outers/containers/use_cases/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/containers/use_cases/authentication_container.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/containers/use_cases/authorization_container.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/containers/use_cases/document_converter_container.py |
(no function) |
8 |
0 |
0 |
100% |
apps/outers/containers/use_cases/document_processor_container.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/containers/use_cases/graph_container.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/containers/use_cases/long_form_qa_container.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/containers/use_cases/management_container.py |
(no function) |
20 |
0 |
0 |
100% |
apps/outers/containers/use_cases/passage_search_container.py |
(no function) |
8 |
0 |
0 |
100% |
apps/outers/containers/use_cases/utility_container.py |
(no function) |
8 |
0 |
0 |
100% |
apps/outers/datastores/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/datastores/four_datastore.py |
FourDatastore.__init__ |
2 |
0 |
0 |
100% |
apps/outers/datastores/four_datastore.py |
FourDatastore.get_connection_alias |
27 |
11 |
0 |
59% |
apps/outers/datastores/four_datastore.py |
FourDatastore.get_vector_store |
1 |
1 |
0 |
0% |
apps/outers/datastores/four_datastore.py |
FourDatastore.get_connection_args |
1 |
0 |
0 |
100% |
apps/outers/datastores/four_datastore.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/datastores/one_datastore.py |
OneDatastore.__init__ |
2 |
0 |
0 |
100% |
apps/outers/datastores/one_datastore.py |
OneDatastore.get_session |
2 |
0 |
0 |
100% |
apps/outers/datastores/one_datastore.py |
OneDatastore.retryable |
21 |
12 |
0 |
43% |
apps/outers/datastores/one_datastore.py |
(no function) |
13 |
0 |
0 |
100% |
apps/outers/datastores/temp_datastore.py |
TempDatastore.__init__ |
1 |
0 |
0 |
100% |
apps/outers/datastores/temp_datastore.py |
(no function) |
3 |
0 |
0 |
100% |
apps/outers/datastores/temps/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/datastores/three_datastore.py |
ThreeDatastore.__init__ |
4 |
0 |
0 |
100% |
apps/outers/datastores/three_datastore.py |
ThreeDatastore.prepare_buckets |
3 |
1 |
0 |
67% |
apps/outers/datastores/three_datastore.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/datastores/two_datastore.py |
TwoDatastore.__init__ |
3 |
0 |
0 |
100% |
apps/outers/datastores/two_datastore.py |
(no function) |
5 |
0 |
0 |
100% |
apps/outers/interfaces/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.create_one |
10 |
3 |
0 |
70% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.patch_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
AccountController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/account_controller.py |
(no function) |
19 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/authentication_controller.py |
AuthenticationController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/authentication_controller.py |
AuthenticationController.login |
16 |
9 |
0 |
44% |
apps/outers/interfaces/deliveries/controllers/authentication_controller.py |
AuthenticationController.register |
19 |
12 |
0 |
37% |
apps/outers/interfaces/deliveries/controllers/authentication_controller.py |
AuthenticationController.logout |
10 |
6 |
0 |
40% |
apps/outers/interfaces/deliveries/controllers/authentication_controller.py |
(no function) |
21 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/authorization_controller.py |
AuthorizationController.__init__ |
3 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/authorization_controller.py |
AuthorizationController.refresh |
16 |
11 |
0 |
31% |
apps/outers/interfaces/deliveries/controllers/authorization_controller.py |
(no function) |
13 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.__init__ |
8 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.search |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.create_one |
10 |
3 |
0 |
70% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.patch_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
DocumentController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_controller.py |
(no function) |
21 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.create_one |
10 |
3 |
0 |
70% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.patch_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
DocumentProcessController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_process_controller.py |
(no function) |
19 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_type_controller.py |
DocumentTypeController.__init__ |
4 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/document_type_controller.py |
DocumentTypeController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/document_type_controller.py |
DocumentTypeController.patch_one_by_id |
13 |
10 |
0 |
23% |
apps/outers/interfaces/deliveries/controllers/document_type_controller.py |
(no function) |
13 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.create_one |
11 |
3 |
0 |
73% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.patch_one_by_id |
11 |
7 |
0 |
36% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
FileDocumentController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/file_document_controller.py |
(no function) |
18 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/long_form_qa_controller.py |
LongFormQaController.__init__ |
3 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/long_form_qa_controller.py |
LongFormQaController.process |
60 |
54 |
0 |
10% |
apps/outers/interfaces/deliveries/controllers/long_form_qa_controller.py |
(no function) |
12 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/passage_search_controller.py |
PassageSearchController.__init__ |
3 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/passage_search_controller.py |
PassageSearchController.process |
45 |
39 |
0 |
13% |
apps/outers/interfaces/deliveries/controllers/passage_search_controller.py |
(no function) |
12 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.create_one |
10 |
3 |
0 |
70% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.patch_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
TextDocumentController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/text_document_controller.py |
(no function) |
18 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.__init__ |
7 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.find_many_with_pagination |
6 |
4 |
0 |
33% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.find_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.create_one |
10 |
3 |
0 |
70% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.patch_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
WebDocumentController.delete_one_by_id |
10 |
7 |
0 |
30% |
apps/outers/interfaces/deliveries/controllers/web_document_controller.py |
(no function) |
18 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/authorization_middleware.py |
AuthorizationMiddleware.__init__ |
3 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/authorization_middleware.py |
AuthorizationMiddleware.is_unauthorized_path |
2 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/authorization_middleware.py |
AuthorizationMiddleware.dispatch |
32 |
16 |
0 |
50% |
apps/outers/interfaces/deliveries/middlewares/authorization_middleware.py |
(no function) |
15 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/session_middleware.py |
SessionMiddleware.__init__ |
2 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/session_middleware.py |
SessionMiddleware.dispatch |
13 |
8 |
0 |
38% |
apps/outers/interfaces/deliveries/middlewares/session_middleware.py |
SessionMiddleware.dispatch.handler |
3 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/session_middleware.py |
(no function) |
12 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/middlewares/wrapper_middleware.py |
MiddlewareWrapper |
3 |
3 |
0 |
0% |
apps/outers/interfaces/deliveries/middlewares/wrapper_middleware.py |
MiddlewareWrapper.CustomAPIRoute.__init__ |
5 |
5 |
0 |
0% |
apps/outers/interfaces/deliveries/middlewares/wrapper_middleware.py |
(no function) |
4 |
4 |
0 |
0% |
apps/outers/interfaces/deliveries/routers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/routers/api_router.py |
ApiRouter.__init__ |
12 |
0 |
0 |
100% |
apps/outers/interfaces/deliveries/routers/api_router.py |
(no function) |
14 |
0 |
0 |
100% |
apps/outers/interfaces/gateways/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/gateways/clients/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/gateways/clients/base_client.py |
BaseClient.__init__ |
1 |
1 |
0 |
0% |
apps/outers/interfaces/gateways/clients/base_client.py |
BaseClient.get_client |
1 |
1 |
0 |
0% |
apps/outers/interfaces/gateways/clients/base_client.py |
(no function) |
4 |
4 |
0 |
0% |
apps/outers/interfaces/guis/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/interfaces/guis/streamlit.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/repositories/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/repositories/account_repository.py |
AccountRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/account_repository.py |
AccountRepository.find_many_by_account_id_with_pagination |
3 |
2 |
0 |
33% |
apps/outers/repositories/account_repository.py |
AccountRepository.find_one_by_id_and_account_id |
6 |
4 |
0 |
33% |
apps/outers/repositories/account_repository.py |
AccountRepository.find_one_by_email |
6 |
4 |
0 |
33% |
apps/outers/repositories/account_repository.py |
AccountRepository.create_one |
5 |
2 |
0 |
60% |
apps/outers/repositories/account_repository.py |
AccountRepository.patch_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/account_repository.py |
AccountRepository.delete_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/account_repository.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.find_many_by_account_id_with_pagination |
5 |
2 |
0 |
60% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.find_one_by_id_and_accound_id |
8 |
4 |
0 |
50% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.create_one |
5 |
2 |
0 |
60% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.patch_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_process_repository.py |
DocumentProcessRepository.delete_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_process_repository.py |
(no function) |
18 |
0 |
0 |
100% |
apps/outers/repositories/document_repository.py |
DocumentRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/document_repository.py |
DocumentRepository.find_many_by_account_id |
7 |
2 |
0 |
71% |
apps/outers/repositories/document_repository.py |
DocumentRepository.find_many_by_account_id_with_pagination |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_repository.py |
DocumentRepository.find_many_by_id_and_account_id |
3 |
0 |
0 |
100% |
apps/outers/repositories/document_repository.py |
DocumentRepository.find_one_by_id_and_accound_id |
6 |
2 |
0 |
67% |
apps/outers/repositories/document_repository.py |
DocumentRepository.create_one |
5 |
2 |
0 |
60% |
apps/outers/repositories/document_repository.py |
DocumentRepository.patch_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_repository.py |
DocumentRepository.delete_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_repository.py |
(no function) |
18 |
0 |
0 |
100% |
apps/outers/repositories/document_type_repository.py |
DocumentTypeRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/document_type_repository.py |
DocumentTypeRepository.find_one_by_id |
6 |
4 |
0 |
33% |
apps/outers/repositories/document_type_repository.py |
DocumentTypeRepository.patch_one_by_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/document_type_repository.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.__init__ |
4 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.save_file |
5 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.read_file_data |
5 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.remove_file |
2 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.put_object |
1 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.patch_object |
2 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.remove_object |
1 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.get_object_url |
1 |
0 |
0 |
100% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.get_object_data |
4 |
4 |
0 |
0% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.find_many_by_account_id_with_pagination |
3 |
2 |
0 |
33% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.find_one_by_id_and_account_id |
6 |
4 |
0 |
33% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.create_one |
7 |
2 |
0 |
71% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.patch_one_by_id_and_account_id |
7 |
6 |
0 |
14% |
apps/outers/repositories/file_document_repository.py |
FileDocumentRepository.delete_one_by_id_and_account_id |
4 |
3 |
0 |
25% |
apps/outers/repositories/file_document_repository.py |
(no function) |
31 |
0 |
0 |
100% |
apps/outers/repositories/session_repository.py |
SessionRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/session_repository.py |
SessionRepository.find_one_by_id |
6 |
4 |
0 |
33% |
apps/outers/repositories/session_repository.py |
SessionRepository.find_one_by_account_id |
6 |
4 |
0 |
33% |
apps/outers/repositories/session_repository.py |
SessionRepository.find_one_by_access_token |
6 |
2 |
0 |
67% |
apps/outers/repositories/session_repository.py |
SessionRepository.find_one_by_refresh_token |
6 |
4 |
0 |
33% |
apps/outers/repositories/session_repository.py |
SessionRepository.create_one |
5 |
5 |
0 |
0% |
apps/outers/repositories/session_repository.py |
SessionRepository.patch_one_by_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/session_repository.py |
SessionRepository.delete_one_by_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/session_repository.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.find_many_by_account_id_with_pagination |
3 |
2 |
0 |
33% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.find_one_by_id_and_account_id |
6 |
3 |
0 |
50% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.create_one |
5 |
2 |
0 |
60% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.patch_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/text_document_repository.py |
TextDocumentRepository.delete_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/text_document_repository.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.__init__ |
1 |
0 |
0 |
100% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.find_many_by_account_id_with_pagination |
3 |
2 |
0 |
33% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.find_one_by_id_and_account_id |
6 |
2 |
0 |
67% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.create_one |
5 |
2 |
0 |
60% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.patch_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/web_document_repository.py |
WebDocumentRepository.delete_one_by_id_and_account_id |
3 |
2 |
0 |
33% |
apps/outers/repositories/web_document_repository.py |
(no function) |
17 |
0 |
0 |
100% |
apps/outers/settings/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
apps/outers/settings/base_setting.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/settings/four_datastore_setting.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/settings/one_datastore_setting.py |
OneDatastoreSetting.__init__ |
4 |
1 |
0 |
75% |
apps/outers/settings/one_datastore_setting.py |
(no function) |
10 |
0 |
0 |
100% |
apps/outers/settings/one_llm_setting.py |
(no function) |
3 |
0 |
0 |
100% |
apps/outers/settings/temp_datastore_setting.py |
(no function) |
4 |
0 |
0 |
100% |
apps/outers/settings/three_datastore_setting.py |
(no function) |
6 |
0 |
0 |
100% |
apps/outers/settings/two_datastore_setting.py |
TwoDatastoreSetting.__init__ |
2 |
0 |
0 |
100% |
apps/outers/settings/two_datastore_setting.py |
(no function) |
9 |
0 |
0 |
100% |
apps/outers/settings/two_llm_setting.py |
(no function) |
3 |
0 |
0 |
100% |