cognee 0.3.9__tar.gz → 0.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1081) hide show
  1. {cognee-0.3.9 → cognee-0.4.0}/PKG-INFO +69 -85
  2. {cognee-0.3.9 → cognee-0.4.0}/README.md +68 -84
  3. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/cypher_search_retriever.py +3 -1
  4. {cognee-0.3.9 → cognee-0.4.0}/pyproject.toml +1 -1
  5. cognee-0.4.0/tst.py +27 -0
  6. {cognee-0.3.9 → cognee-0.4.0}/.dockerignore +0 -0
  7. {cognee-0.3.9 → cognee-0.4.0}/.env.template +0 -0
  8. {cognee-0.3.9 → cognee-0.4.0}/.gitattributes +0 -0
  9. {cognee-0.3.9 → cognee-0.4.0}/.gitguardian.yml +0 -0
  10. {cognee-0.3.9 → cognee-0.4.0}/.gitignore +0 -0
  11. {cognee-0.3.9 → cognee-0.4.0}/.pre-commit-config.yaml +0 -0
  12. {cognee-0.3.9 → cognee-0.4.0}/.pylintrc +0 -0
  13. {cognee-0.3.9 → cognee-0.4.0}/AGENTS.md +0 -0
  14. {cognee-0.3.9 → cognee-0.4.0}/CODE_OF_CONDUCT.md +0 -0
  15. {cognee-0.3.9 → cognee-0.4.0}/CONTRIBUTING.md +0 -0
  16. {cognee-0.3.9 → cognee-0.4.0}/CONTRIBUTORS.md +0 -0
  17. {cognee-0.3.9 → cognee-0.4.0}/DCO.md +0 -0
  18. {cognee-0.3.9 → cognee-0.4.0}/Dockerfile +0 -0
  19. {cognee-0.3.9 → cognee-0.4.0}/LICENSE +0 -0
  20. {cognee-0.3.9 → cognee-0.4.0}/NOTICE.md +0 -0
  21. {cognee-0.3.9 → cognee-0.4.0}/SECURITY.md +0 -0
  22. {cognee-0.3.9 → cognee-0.4.0}/alembic.ini +0 -0
  23. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee-logo-transparent.png +0 -0
  24. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee-new-ui.webp +0 -0
  25. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee-paper.png +0 -0
  26. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee-ui-1.webp +0 -0
  27. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee-ui-2.webp +0 -0
  28. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee_benefits.png +0 -0
  29. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee_comparison.png +0 -0
  30. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee_demo.gif +0 -0
  31. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee_diagram.png +0 -0
  32. {cognee-0.3.9 → cognee-0.4.0}/assets/cognee_logo.png +0 -0
  33. {cognee-0.3.9 → cognee-0.4.0}/assets/community/README.pt.md +0 -0
  34. {cognee-0.3.9 → cognee-0.4.0}/assets/community/README.ru.md +0 -0
  35. {cognee-0.3.9 → cognee-0.4.0}/assets/community/README.zh.md +0 -0
  36. {cognee-0.3.9 → cognee-0.4.0}/assets/community/cognee_benefits_zh.JPG +0 -0
  37. {cognee-0.3.9 → cognee-0.4.0}/assets/community/cognee_diagram_zh.JPG +0 -0
  38. {cognee-0.3.9 → cognee-0.4.0}/assets/community/graph_visualization_pt.png +0 -0
  39. {cognee-0.3.9 → cognee-0.4.0}/assets/community/graph_visualization_ru.png +0 -0
  40. {cognee-0.3.9 → cognee-0.4.0}/assets/competitor_comparison.png +0 -0
  41. {cognee-0.3.9 → cognee-0.4.0}/assets/infographic_final.png +0 -0
  42. {cognee-0.3.9 → cognee-0.4.0}/assets/memory-graph.png +0 -0
  43. {cognee-0.3.9 → cognee-0.4.0}/cognee/__init__.py +0 -0
  44. {cognee-0.3.9 → cognee-0.4.0}/cognee/__main__.py +0 -0
  45. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/.env.example +0 -0
  46. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/DTO.py +0 -0
  47. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/__init__.py +0 -0
  48. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/client.py +0 -0
  49. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/health.py +0 -0
  50. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/__init__.py +0 -0
  51. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/add/__init__.py +0 -0
  52. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/add/add.py +0 -0
  53. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/add/routers/__init__.py +0 -0
  54. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/add/routers/get_add_router.py +0 -0
  55. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cloud/routers/__init__.py +0 -0
  56. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cloud/routers/get_checks_router.py +0 -0
  57. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/__init__.py +0 -0
  58. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/code_graph_pipeline.py +0 -0
  59. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/cognify.py +0 -0
  60. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/routers/__init__.py +0 -0
  61. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/routers/get_code_pipeline_router.py +0 -0
  62. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/cognify/routers/get_cognify_router.py +0 -0
  63. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/config/__init__.py +0 -0
  64. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/config/config.py +0 -0
  65. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/datasets/__init__.py +0 -0
  66. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/datasets/datasets.py +0 -0
  67. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/datasets/routers/__init__.py +0 -0
  68. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/datasets/routers/get_datasets_router.py +0 -0
  69. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/delete/__init__.py +0 -0
  70. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/delete/delete.py +0 -0
  71. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/delete/routers/__init__.py +0 -0
  72. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/delete/routers/get_delete_router.py +0 -0
  73. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/exceptions/__init__.py +0 -0
  74. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/exceptions/exceptions.py +0 -0
  75. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/memify/__init__.py +0 -0
  76. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/memify/routers/__init__.py +0 -0
  77. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/memify/routers/get_memify_router.py +0 -0
  78. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/notebooks/routers/__init__.py +0 -0
  79. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/notebooks/routers/get_notebooks_router.py +0 -0
  80. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/permissions/routers/__init__.py +0 -0
  81. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/permissions/routers/get_permissions_router.py +0 -0
  82. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/prune/__init__.py +0 -0
  83. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/prune/prune.py +0 -0
  84. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/__init__.py +0 -0
  85. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/default_tools.py +0 -0
  86. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/dispatch_function.py +0 -0
  87. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/models.py +0 -0
  88. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/routers/__init__.py +0 -0
  89. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/routers/default_tools.py +0 -0
  90. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/responses/routers/get_responses_router.py +0 -0
  91. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/search/__init__.py +0 -0
  92. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/search/routers/__init__.py +0 -0
  93. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/search/routers/get_search_router.py +0 -0
  94. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/search/search.py +0 -0
  95. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/settings/routers/__init__.py +0 -0
  96. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/settings/routers/get_settings_router.py +0 -0
  97. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/sync/__init__.py +0 -0
  98. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/sync/routers/__init__.py +0 -0
  99. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/sync/routers/get_sync_router.py +0 -0
  100. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/sync/sync.py +0 -0
  101. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/ui/__init__.py +0 -0
  102. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/ui/ui.py +0 -0
  103. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/update/__init__.py +0 -0
  104. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/update/routers/__init__.py +0 -0
  105. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/update/routers/get_update_router.py +0 -0
  106. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/update/update.py +0 -0
  107. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/__init__.py +0 -0
  108. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/create_user.py +0 -0
  109. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/__init__.py +0 -0
  110. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_auth_router.py +0 -0
  111. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_register_router.py +0 -0
  112. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_reset_password_router.py +0 -0
  113. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_users_router.py +0 -0
  114. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_verify_router.py +0 -0
  115. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/users/routers/get_visualize_router.py +0 -0
  116. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/visualize/__init__.py +0 -0
  117. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/visualize/start_visualization_server.py +0 -0
  118. {cognee-0.3.9 → cognee-0.4.0}/cognee/api/v1/visualize/visualize.py +0 -0
  119. {cognee-0.3.9 → cognee-0.4.0}/cognee/base_config.py +0 -0
  120. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/__init__.py +0 -0
  121. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/_cognee.py +0 -0
  122. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/__init__.py +0 -0
  123. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/add_command.py +0 -0
  124. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/cognify_command.py +0 -0
  125. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/config_command.py +0 -0
  126. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/delete_command.py +0 -0
  127. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/commands/search_command.py +0 -0
  128. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/config.py +0 -0
  129. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/debug.py +0 -0
  130. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/echo.py +0 -0
  131. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/exceptions.py +0 -0
  132. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/minimal_cli.py +0 -0
  133. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/reference.py +0 -0
  134. {cognee-0.3.9 → cognee-0.4.0}/cognee/cli/suppress_logging.py +0 -0
  135. {cognee-0.3.9 → cognee-0.4.0}/cognee/context_global_variables.py +0 -0
  136. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/__init__.py +0 -0
  137. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/analysis/__init__.py +0 -0
  138. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/analysis/dashboard_generator.py +0 -0
  139. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/analysis/metrics_calculator.py +0 -0
  140. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/answer_generation/__init__.py +0 -0
  141. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/answer_generation/answer_generation_executor.py +0 -0
  142. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/answer_generation/run_question_answering_module.py +0 -0
  143. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/__init__.py +0 -0
  144. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/base_benchmark_adapter.py +0 -0
  145. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/benchmark_adapters.py +0 -0
  146. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/dummy_adapter.py +0 -0
  147. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/hotpot_qa_adapter.py +0 -0
  148. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/musique_adapter.py +0 -0
  149. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/benchmark_adapters/twowikimultihop_adapter.py +0 -0
  150. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/__init__.py +0 -0
  151. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/corpus_builder_executor.py +0 -0
  152. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/run_corpus_builder.py +0 -0
  153. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/task_getters/TaskGetters.py +0 -0
  154. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/task_getters/__init__.py +0 -0
  155. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/task_getters/get_cascade_graph_tasks.py +0 -0
  156. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/corpus_builder/task_getters/get_default_tasks_by_indices.py +0 -0
  157. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/eval_config.py +0 -0
  158. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/__init__.py +0 -0
  159. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/base_eval_adapter.py +0 -0
  160. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/deep_eval_adapter.py +0 -0
  161. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/direct_llm_eval_adapter.py +0 -0
  162. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/evaluation_executor.py +0 -0
  163. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/evaluator_adapters.py +0 -0
  164. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/metrics/__init__.py +0 -0
  165. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/metrics/context_coverage.py +0 -0
  166. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/metrics/exact_match.py +0 -0
  167. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/metrics/f1.py +0 -0
  168. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/evaluation/run_evaluation_module.py +0 -0
  169. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/metrics_dashboard.py +0 -0
  170. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/modal_eval_dashboard.py +0 -0
  171. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/modal_run_eval.py +0 -0
  172. {cognee-0.3.9 → cognee-0.4.0}/cognee/eval_framework/run_eval.py +0 -0
  173. {cognee-0.3.9 → cognee-0.4.0}/cognee/exceptions/__init__.py +0 -0
  174. {cognee-0.3.9 → cognee-0.4.0}/cognee/exceptions/exceptions.py +0 -0
  175. {cognee-0.3.9 → cognee-0.4.0}/cognee/get_token.py +0 -0
  176. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/__init__.py +0 -0
  177. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/context/BaseContextProvider.py +0 -0
  178. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/context/__init__.py +0 -0
  179. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/__init__.py +0 -0
  180. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/DefaultChunkEngine.py +0 -0
  181. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/HaystackChunkEngine.py +0 -0
  182. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/LangchainChunkingEngine.py +0 -0
  183. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/__init__.py +0 -0
  184. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/config.py +0 -0
  185. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/create_chunking_engine.py +0 -0
  186. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/chunking/get_chunking_engine.py +0 -0
  187. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/exceptions/__init__.py +0 -0
  188. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/exceptions/exceptions.py +0 -0
  189. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/data/utils/__init__.py +0 -0
  190. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/__init__.py +0 -0
  191. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/cache/__init__.py +0 -0
  192. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/cache/cache_db_interface.py +0 -0
  193. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/cache/config.py +0 -0
  194. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/cache/get_cache_engine.py +0 -0
  195. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/cache/redis/RedisAdapter.py +0 -0
  196. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/exceptions/__init__.py +0 -0
  197. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/exceptions/exceptions.py +0 -0
  198. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/__init__.py +0 -0
  199. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/config.py +0 -0
  200. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/get_graph_engine.py +0 -0
  201. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/graph_db_interface.py +0 -0
  202. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/kuzu/__init__.py +0 -0
  203. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/kuzu/adapter.py +0 -0
  204. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/kuzu/kuzu_migrate.py +0 -0
  205. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/kuzu/remote_kuzu_adapter.py +0 -0
  206. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/kuzu/show_remote_kuzu_stats.py +0 -0
  207. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neo4j_driver/__init__.py +0 -0
  208. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neo4j_driver/adapter.py +0 -0
  209. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neo4j_driver/deadlock_retry.py +0 -0
  210. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neo4j_driver/neo4j_metrics_utils.py +0 -0
  211. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neptune_driver/__init__.py +0 -0
  212. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neptune_driver/adapter.py +0 -0
  213. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neptune_driver/exceptions.py +0 -0
  214. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/neptune_driver/neptune_utils.py +0 -0
  215. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/supported_databases.py +0 -0
  216. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/graph/use_graph_adapter.py +0 -0
  217. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/hybrid/neptune_analytics/NeptuneAnalyticsAdapter.py +0 -0
  218. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/hybrid/neptune_analytics/__init__.py +0 -0
  219. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/ModelBase.py +0 -0
  220. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/__init__.py +0 -0
  221. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/config.py +0 -0
  222. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/create_db_and_tables.py +0 -0
  223. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/create_relational_engine.py +0 -0
  224. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/get_async_session.py +0 -0
  225. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/get_migration_relational_engine.py +0 -0
  226. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/get_relational_engine.py +0 -0
  227. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/sqlalchemy/SqlAlchemyAdapter.py +0 -0
  228. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/sqlalchemy/__init__.py +0 -0
  229. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/relational/with_async_session.py +0 -0
  230. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/utils/__init__.py +0 -0
  231. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/utils/get_or_create_dataset_database.py +0 -0
  232. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/__init__.py +0 -0
  233. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/chromadb/ChromaDBAdapter.py +0 -0
  234. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/chromadb/__init__.py +0 -0
  235. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/config.py +0 -0
  236. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/create_vector_engine.py +0 -0
  237. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/EmbeddingEngine.py +0 -0
  238. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/FastembedEmbeddingEngine.py +0 -0
  239. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/LiteLLMEmbeddingEngine.py +0 -0
  240. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/OllamaEmbeddingEngine.py +0 -0
  241. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/__init__.py +0 -0
  242. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/config.py +0 -0
  243. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/embedding_rate_limiter.py +0 -0
  244. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/embeddings/get_embedding_engine.py +0 -0
  245. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/exceptions/__init__.py +0 -0
  246. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/exceptions/exceptions.py +0 -0
  247. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/get_vector_engine.py +0 -0
  248. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/lancedb/LanceDBAdapter.py +0 -0
  249. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/lancedb/__init__.py +0 -0
  250. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/models/CollectionConfig.py +0 -0
  251. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/models/PayloadSchema.py +0 -0
  252. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/models/ScoredResult.py +0 -0
  253. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/models/VectorConfig.py +0 -0
  254. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/models/__init__.py +0 -0
  255. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/pgvector/PGVectorAdapter.py +0 -0
  256. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/pgvector/__init__.py +0 -0
  257. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/pgvector/create_db_and_tables.py +0 -0
  258. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/pgvector/serialize_data.py +0 -0
  259. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/supported_databases.py +0 -0
  260. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/use_vector_adapter.py +0 -0
  261. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/utils.py +0 -0
  262. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/databases/vector/vector_db_interface.py +0 -0
  263. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/__init__.py +0 -0
  264. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/models/DataPoint.py +0 -0
  265. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/models/Edge.py +0 -0
  266. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/models/ExtendableDataPoint.py +0 -0
  267. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/utils/__init__.py +0 -0
  268. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/engine/utils/parse_id.py +0 -0
  269. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/entities/BaseEntityExtractor.py +0 -0
  270. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/entities/__init__.py +0 -0
  271. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/__init__.py +0 -0
  272. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/exceptions.py +0 -0
  273. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/FileBufferedReader.py +0 -0
  274. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/LocalFileStorage.py +0 -0
  275. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/S3FileStorage.py +0 -0
  276. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/StorageManager.py +0 -0
  277. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/__init__.py +0 -0
  278. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/config.py +0 -0
  279. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/get_file_storage.py +0 -0
  280. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/get_storage_config.py +0 -0
  281. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/s3_config.py +0 -0
  282. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/storage/storage.py +0 -0
  283. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/__init__.py +0 -0
  284. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/extract_text_from_file.py +0 -0
  285. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/get_data_file_path.py +0 -0
  286. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/get_file_content_hash.py +0 -0
  287. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/get_file_metadata.py +0 -0
  288. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/guess_file_type.py +0 -0
  289. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/is_text_content.py +0 -0
  290. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/files/utils/open_data_file.py +0 -0
  291. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/LLMGateway.py +0 -0
  292. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/__init__.py +0 -0
  293. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/config.py +0 -0
  294. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/exceptions.py +0 -0
  295. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/__init__.py +0 -0
  296. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/extract_categories.py +0 -0
  297. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/extract_event_entities.py +0 -0
  298. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/extract_summary.py +0 -0
  299. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/knowledge_graph/__init__.py +0 -0
  300. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/knowledge_graph/extract_content_graph.py +0 -0
  301. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/knowledge_graph/extract_event_graph.py +0 -0
  302. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/extraction/texts.json +0 -0
  303. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/__init__.py +0 -0
  304. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_hotpot_question.txt +0 -0
  305. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_hotpot_using_cognee_search.txt +0 -0
  306. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question.txt +0 -0
  307. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question_benchmark.txt +0 -0
  308. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question_benchmark2.txt +0 -0
  309. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question_benchmark3.txt +0 -0
  310. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question_benchmark4.txt +0 -0
  311. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/answer_simple_question_restricted.txt +0 -0
  312. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/categorize_categories.txt +0 -0
  313. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/categorize_summary.txt +0 -0
  314. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/classify_content.txt +0 -0
  315. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/codegraph_retriever_system.txt +0 -0
  316. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/coding_rule_association_agent_system.txt +0 -0
  317. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/coding_rule_association_agent_user.txt +0 -0
  318. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/context_for_question.txt +0 -0
  319. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/cot_followup_system_prompt.txt +0 -0
  320. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/cot_followup_user_prompt.txt +0 -0
  321. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/cot_validation_system_prompt.txt +0 -0
  322. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/cot_validation_user_prompt.txt +0 -0
  323. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/direct_llm_eval_prompt.txt +0 -0
  324. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/direct_llm_eval_system.txt +0 -0
  325. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/extract_entities_system.txt +0 -0
  326. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/extract_entities_user.txt +0 -0
  327. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/extract_ontology.txt +0 -0
  328. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/extract_query_time.txt +0 -0
  329. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/feedback_reaction_prompt.txt +0 -0
  330. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/feedback_report_prompt.txt +0 -0
  331. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/feedback_user_context_prompt.txt +0 -0
  332. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_event_entity_prompt.txt +0 -0
  333. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_event_graph_prompt.txt +0 -0
  334. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_graph_prompt.txt +0 -0
  335. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_graph_prompt_guided.txt +0 -0
  336. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_graph_prompt_oneshot.txt +0 -0
  337. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_graph_prompt_simple.txt +0 -0
  338. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/generate_graph_prompt_strict.txt +0 -0
  339. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/graph_context_for_question.txt +0 -0
  340. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/llm_judge_prompts.py +0 -0
  341. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/natural_language_retriever_system.txt +0 -0
  342. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/patch_gen_instructions.txt +0 -0
  343. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/patch_gen_kg_instructions.txt +0 -0
  344. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/read_query_prompt.py +0 -0
  345. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/render_prompt.py +0 -0
  346. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/search_type_selector_prompt.txt +0 -0
  347. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/show_prompt.py +0 -0
  348. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/summarize_code.txt +0 -0
  349. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/summarize_content.txt +0 -0
  350. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/summarize_search_results.txt +0 -0
  351. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/prompts/test.txt +0 -0
  352. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/__init__.py +0 -0
  353. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/__init__.py +0 -0
  354. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/async_client.py +0 -0
  355. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/config.py +0 -0
  356. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/globals.py +0 -0
  357. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/inlinedbaml.py +0 -0
  358. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/parser.py +0 -0
  359. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/runtime.py +0 -0
  360. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/stream_types.py +0 -0
  361. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/sync_client.py +0 -0
  362. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/tracing.py +0 -0
  363. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/type_builder.py +0 -0
  364. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/type_map.py +0 -0
  365. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_client/types.py +0 -0
  366. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/__init__.py +0 -0
  367. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/acreate_structured_output.baml +0 -0
  368. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/__init__.py +0 -0
  369. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/acreate_structured_output.py +0 -0
  370. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/create_dynamic_baml_type.py +0 -0
  371. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/generators.baml +0 -0
  372. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/__init__.py +0 -0
  373. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/__init__.py +0 -0
  374. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/anthropic/__init__.py +0 -0
  375. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/anthropic/adapter.py +0 -0
  376. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/gemini/__init__.py +0 -0
  377. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/gemini/adapter.py +0 -0
  378. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/generic_llm_api/__init__.py +0 -0
  379. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/generic_llm_api/adapter.py +0 -0
  380. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/get_llm_client.py +0 -0
  381. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/llm_interface.py +0 -0
  382. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/mistral/__init__.py +0 -0
  383. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/mistral/adapter.py +0 -0
  384. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/ollama/__init__.py +0 -0
  385. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/ollama/adapter.py +0 -0
  386. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/openai/__init__.py +0 -0
  387. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/openai/adapter.py +0 -0
  388. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/structured_output_framework/litellm_instructor/llm/rate_limiter.py +0 -0
  389. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/Gemini/__init__.py +0 -0
  390. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/Gemini/adapter.py +0 -0
  391. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/HuggingFace/__init__.py +0 -0
  392. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/HuggingFace/adapter.py +0 -0
  393. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/Mistral/__init__.py +0 -0
  394. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/Mistral/adapter.py +0 -0
  395. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/TikToken/__init__.py +0 -0
  396. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/TikToken/adapter.py +0 -0
  397. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/__init__.py +0 -0
  398. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/tokenizer/tokenizer_interface.py +0 -0
  399. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/llm/utils.py +0 -0
  400. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/LoaderEngine.py +0 -0
  401. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/LoaderInterface.py +0 -0
  402. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/__init__.py +0 -0
  403. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/core/__init__.py +0 -0
  404. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/core/audio_loader.py +0 -0
  405. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/core/image_loader.py +0 -0
  406. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/core/text_loader.py +0 -0
  407. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/create_loader_engine.py +0 -0
  408. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/external/__init__.py +0 -0
  409. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/external/advanced_pdf_loader.py +0 -0
  410. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/external/beautiful_soup_loader.py +0 -0
  411. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/external/pypdf_loader.py +0 -0
  412. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/external/unstructured_loader.py +0 -0
  413. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/get_loader_engine.py +0 -0
  414. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/supported_loaders.py +0 -0
  415. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/use_loader.py +0 -0
  416. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/loaders/utils/__init__.py +0 -0
  417. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/utils/calculate_backoff.py +0 -0
  418. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/utils/run_async.py +0 -0
  419. {cognee-0.3.9 → cognee-0.4.0}/cognee/infrastructure/utils/run_sync.py +0 -0
  420. {cognee-0.3.9 → cognee-0.4.0}/cognee/low_level.py +0 -0
  421. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/__init__.py +0 -0
  422. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/chunking/Chunker.py +0 -0
  423. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/chunking/LangchainChunker.py +0 -0
  424. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/chunking/TextChunker.py +0 -0
  425. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/chunking/models/DocumentChunk.py +0 -0
  426. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/chunking/models/__init__.py +0 -0
  427. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cloud/exceptions/CloudApiKeyMissingError.py +0 -0
  428. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cloud/exceptions/CloudConnectionError.py +0 -0
  429. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cloud/exceptions/__init__.py +0 -0
  430. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cloud/operations/__init__.py +0 -0
  431. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cloud/operations/check_api_key.py +0 -0
  432. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cognify/__init__.py +0 -0
  433. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/cognify/config.py +0 -0
  434. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/__init__.py +0 -0
  435. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/deletion/__init__.py +0 -0
  436. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/deletion/prune_data.py +0 -0
  437. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/deletion/prune_system.py +0 -0
  438. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/exceptions/__init__.py +0 -0
  439. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/exceptions/exceptions.py +0 -0
  440. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/__init__.py +0 -0
  441. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/add_model_class_to_graph.py +0 -0
  442. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/check_dataset_name.py +0 -0
  443. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/create_authorized_dataset.py +0 -0
  444. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/create_dataset.py +0 -0
  445. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/delete_data.py +0 -0
  446. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/delete_dataset.py +0 -0
  447. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_authorized_dataset.py +0 -0
  448. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_authorized_dataset_by_name.py +0 -0
  449. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_authorized_existing_datasets.py +0 -0
  450. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_data.py +0 -0
  451. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_dataset.py +0 -0
  452. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_dataset_data.py +0 -0
  453. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_dataset_ids.py +0 -0
  454. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_datasets.py +0 -0
  455. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_datasets_by_name.py +0 -0
  456. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_deletion_counts.py +0 -0
  457. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/get_unique_dataset_id.py +0 -0
  458. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/has_dataset_data.py +0 -0
  459. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/methods/load_or_create_datasets.py +0 -0
  460. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/Data.py +0 -0
  461. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/Dataset.py +0 -0
  462. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/DatasetData.py +0 -0
  463. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/GraphMetrics.py +0 -0
  464. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/__init__.py +0 -0
  465. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/answers_base.py +0 -0
  466. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/answers_data.py +0 -0
  467. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/graph_relationship_ledger.py +0 -0
  468. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/metrics_base.py +0 -0
  469. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/metrics_data.py +0 -0
  470. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/questions_base.py +0 -0
  471. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/models/questions_data.py +0 -0
  472. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/__init__.py +0 -0
  473. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/AudioDocument.py +0 -0
  474. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/Document.py +0 -0
  475. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/ImageDocument.py +0 -0
  476. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/PdfDocument.py +0 -0
  477. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/TextDocument.py +0 -0
  478. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/UnstructuredDocument.py +0 -0
  479. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/__init__.py +0 -0
  480. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/exceptions/__init__.py +0 -0
  481. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/document_types/exceptions/exceptions.py +0 -0
  482. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/data/processing/has_new_chunks.py +0 -0
  483. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/ColumnValue.py +0 -0
  484. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/Entity.py +0 -0
  485. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/EntityType.py +0 -0
  486. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/Event.py +0 -0
  487. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/Interval.py +0 -0
  488. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/TableRow.py +0 -0
  489. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/TableType.py +0 -0
  490. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/Timestamp.py +0 -0
  491. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/__init__.py +0 -0
  492. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/models/node_set.py +0 -0
  493. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/operations/setup.py +0 -0
  494. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/__init__.py +0 -0
  495. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_edge_id.py +0 -0
  496. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_edge_name.py +0 -0
  497. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_event_datapoint.py +0 -0
  498. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_node_id.py +0 -0
  499. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_node_name.py +0 -0
  500. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/engine/utils/generate_timestamp_datapoint.py +0 -0
  501. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/cognee_graph/CogneeAbstractGraph.py +0 -0
  502. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/cognee_graph/CogneeGraph.py +0 -0
  503. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/cognee_graph/CogneeGraphElements.py +0 -0
  504. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/cognee_graph/__init__.py +0 -0
  505. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/exceptions/__init__.py +0 -0
  506. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/exceptions/exceptions.py +0 -0
  507. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/methods/__init__.py +0 -0
  508. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/methods/get_formatted_graph_data.py +0 -0
  509. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/models/EdgeType.py +0 -0
  510. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/relationship_manager.py +0 -0
  511. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/__init__.py +0 -0
  512. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/convert_node_to_data_point.py +0 -0
  513. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/deduplicate_nodes_and_edges.py +0 -0
  514. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/expand_with_nodes_and_edges.py +0 -0
  515. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/get_graph_from_model.py +0 -0
  516. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/get_model_instance_from_graph.py +0 -0
  517. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/resolve_edges_to_text.py +0 -0
  518. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/graph/utils/retrieve_existing_edges.py +0 -0
  519. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/__init__.py +0 -0
  520. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/classify.py +0 -0
  521. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/data_types/BinaryData.py +0 -0
  522. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/data_types/IngestionData.py +0 -0
  523. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/data_types/S3BinaryData.py +0 -0
  524. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/data_types/TextData.py +0 -0
  525. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/data_types/__init__.py +0 -0
  526. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/discover_directory_datasets.py +0 -0
  527. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/exceptions/__init__.py +0 -0
  528. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/exceptions/exceptions.py +0 -0
  529. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/get_matched_datasets.py +0 -0
  530. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/identify.py +0 -0
  531. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ingestion/save_data_to_file.py +0 -0
  532. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/memify/__init__.py +0 -0
  533. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/memify/memify.py +0 -0
  534. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/metrics/operations/__init__.py +0 -0
  535. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/metrics/operations/get_pipeline_run_metrics.py +0 -0
  536. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/__init__.py +0 -0
  537. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/create_notebook.py +0 -0
  538. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/delete_notebook.py +0 -0
  539. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/get_notebook.py +0 -0
  540. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/get_notebooks.py +0 -0
  541. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/methods/update_notebook.py +0 -0
  542. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/models/Notebook.py +0 -0
  543. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/models/__init__.py +0 -0
  544. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/operations/__init__.py +0 -0
  545. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/notebooks/operations/run_in_local_sandbox.py +0 -0
  546. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/observability/get_observe.py +0 -0
  547. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/observability/observers.py +0 -0
  548. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/__init__.py +0 -0
  549. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/base_ontology_resolver.py +0 -0
  550. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/exceptions/__init__.py +0 -0
  551. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/exceptions/exceptions.py +0 -0
  552. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/get_default_ontology_resolver.py +0 -0
  553. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/matching_strategies.py +0 -0
  554. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/models.py +0 -0
  555. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/ontology_config.py +0 -0
  556. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/ontology_env_config.py +0 -0
  557. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/rdf_xml/RDFLibOntologyResolver.py +0 -0
  558. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/ontology/rdf_xml/__init__.py +0 -0
  559. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/__init__.py +0 -0
  560. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/exceptions/__init__.py +0 -0
  561. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/exceptions/exceptions.py +0 -0
  562. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/exceptions/tasks.py +0 -0
  563. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/__init__.py +0 -0
  564. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/check_pipeline_run_qualification.py +0 -0
  565. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/pipeline_execution_mode.py +0 -0
  566. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/reset_dataset_pipeline_run_status.py +0 -0
  567. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/resolve_authorized_user_dataset.py +0 -0
  568. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/resolve_authorized_user_datasets.py +0 -0
  569. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/setup_and_check_environment.py +0 -0
  570. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/layers/validate_pipeline_tasks.py +0 -0
  571. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/methods/__init__.py +0 -0
  572. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/methods/get_pipeline_run.py +0 -0
  573. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/methods/get_pipeline_run_by_dataset.py +0 -0
  574. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/methods/get_pipeline_runs_by_dataset.py +0 -0
  575. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/methods/reset_pipeline_run_status.py +0 -0
  576. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/DataItemStatus.py +0 -0
  577. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/Pipeline.py +0 -0
  578. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/PipelineRun.py +0 -0
  579. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/PipelineRunInfo.py +0 -0
  580. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/PipelineTask.py +0 -0
  581. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/Task.py +0 -0
  582. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/TaskRun.py +0 -0
  583. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/models/__init__.py +0 -0
  584. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/__init__.py +0 -0
  585. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/get_pipeline_status.py +0 -0
  586. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/log_pipeline_run_complete.py +0 -0
  587. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/log_pipeline_run_error.py +0 -0
  588. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/log_pipeline_run_initiated.py +0 -0
  589. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/log_pipeline_run_start.py +0 -0
  590. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/pipeline.py +0 -0
  591. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_parallel.py +0 -0
  592. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_tasks.py +0 -0
  593. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_tasks_base.py +0 -0
  594. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_tasks_data_item.py +0 -0
  595. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_tasks_distributed.py +0 -0
  596. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/operations/run_tasks_with_telemetry.py +0 -0
  597. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/queues/pipeline_run_info_queues.py +0 -0
  598. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/tasks/task.py +0 -0
  599. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/utils/__init__.py +0 -0
  600. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/utils/generate_pipeline_id.py +0 -0
  601. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/pipelines/utils/generate_pipeline_run_id.py +0 -0
  602. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/EntityCompletionRetriever.py +0 -0
  603. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/__init__.py +0 -0
  604. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/base_feedback.py +0 -0
  605. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/base_graph_retriever.py +0 -0
  606. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/base_retriever.py +0 -0
  607. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/chunks_retriever.py +0 -0
  608. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/code_retriever.py +0 -0
  609. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/coding_rules_retriever.py +0 -0
  610. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/completion_retriever.py +0 -0
  611. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/context_providers/DummyContextProvider.py +0 -0
  612. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/context_providers/SummarizedTripletSearchContextProvider.py +0 -0
  613. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/context_providers/TripletSearchContextProvider.py +0 -0
  614. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/context_providers/__init__.py +0 -0
  615. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/entity_extractors/DummyEntityExtractor.py +0 -0
  616. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/entity_extractors/__init__.py +0 -0
  617. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/exceptions/__init__.py +0 -0
  618. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/exceptions/exceptions.py +0 -0
  619. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/graph_completion_context_extension_retriever.py +0 -0
  620. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/graph_completion_cot_retriever.py +0 -0
  621. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/graph_completion_retriever.py +0 -0
  622. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/graph_summary_completion_retriever.py +0 -0
  623. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/jaccard_retrival.py +0 -0
  624. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/lexical_retriever.py +0 -0
  625. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/natural_language_retriever.py +0 -0
  626. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/summaries_retriever.py +0 -0
  627. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/temporal_retriever.py +0 -0
  628. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/user_qa_feedback.py +0 -0
  629. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/__init__.py +0 -0
  630. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/brute_force_triplet_search.py +0 -0
  631. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/completion.py +0 -0
  632. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/description_to_codepart_search.py +0 -0
  633. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/extract_uuid_from_node.py +0 -0
  634. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/models.py +0 -0
  635. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/session_cache.py +0 -0
  636. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/retrieval/utils/stop_words.py +0 -0
  637. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/exceptions/__init__.py +0 -0
  638. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/exceptions/exceptions.py +0 -0
  639. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/methods/__init__.py +0 -0
  640. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/methods/get_search_type_tools.py +0 -0
  641. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/methods/no_access_control_search.py +0 -0
  642. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/methods/search.py +0 -0
  643. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/models/Query.py +0 -0
  644. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/models/Result.py +0 -0
  645. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/__init__.py +0 -0
  646. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/get_history.py +0 -0
  647. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/get_queries.py +0 -0
  648. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/get_results.py +0 -0
  649. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/log_query.py +0 -0
  650. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/log_result.py +0 -0
  651. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/operations/select_search_type.py +0 -0
  652. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/types/SearchResult.py +0 -0
  653. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/types/SearchType.py +0 -0
  654. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/types/__init__.py +0 -0
  655. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/utils/__init__.py +0 -0
  656. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/utils/prepare_search_result.py +0 -0
  657. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/utils/transform_context_to_graph.py +0 -0
  658. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/search/utils/transform_insights_to_graph.py +0 -0
  659. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/settings/__init__.py +0 -0
  660. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/settings/get_current_settings.py +0 -0
  661. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/settings/get_settings.py +0 -0
  662. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/settings/save_llm_config.py +0 -0
  663. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/settings/save_vector_db_config.py +0 -0
  664. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/storage/utils/__init__.py +0 -0
  665. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/__init__.py +0 -0
  666. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/methods/__init__.py +0 -0
  667. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/methods/create_sync_operation.py +0 -0
  668. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/methods/get_sync_operation.py +0 -0
  669. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/methods/update_sync_operation.py +0 -0
  670. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/models/SyncOperation.py +0 -0
  671. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/sync/models/__init__.py +0 -0
  672. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/__init__.py +0 -0
  673. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/api_bearer/__init__.py +0 -0
  674. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/api_bearer/api_bearer_transport.py +0 -0
  675. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/api_bearer/api_jwt_strategy.py +0 -0
  676. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/default/__init__.py +0 -0
  677. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/default/default_jwt_strategy.py +0 -0
  678. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/default/default_transport.py +0 -0
  679. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/get_api_auth_backend.py +0 -0
  680. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/get_client_auth_backend.py +0 -0
  681. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/authentication/methods/authenticate_user.py +0 -0
  682. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/exceptions/__init__.py +0 -0
  683. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/exceptions/exceptions.py +0 -0
  684. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/get_fastapi_users.py +0 -0
  685. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/get_user_db.py +0 -0
  686. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/get_user_manager.py +0 -0
  687. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/__init__.py +0 -0
  688. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/create_default_user.py +0 -0
  689. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/create_user.py +0 -0
  690. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/delete_user.py +0 -0
  691. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/get_authenticated_user.py +0 -0
  692. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/get_default_user.py +0 -0
  693. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/get_user.py +0 -0
  694. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/methods/get_user_by_email.py +0 -0
  695. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/ACL.py +0 -0
  696. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/DatasetDatabase.py +0 -0
  697. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/Permission.py +0 -0
  698. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/Principal.py +0 -0
  699. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/Role.py +0 -0
  700. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/RoleDefaultPermissions.py +0 -0
  701. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/Tenant.py +0 -0
  702. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/TenantDefaultPermissions.py +0 -0
  703. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/User.py +0 -0
  704. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/UserDefaultPermissions.py +0 -0
  705. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/UserRole.py +0 -0
  706. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/models/__init__.py +0 -0
  707. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/__init__.py +0 -0
  708. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/__init__.py +0 -0
  709. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/authorized_give_permission_on_datasets.py +0 -0
  710. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/check_permission_on_dataset.py +0 -0
  711. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_all_user_permission_datasets.py +0 -0
  712. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_document_ids_for_user.py +0 -0
  713. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_principal.py +0 -0
  714. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_principal_datasets.py +0 -0
  715. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_role.py +0 -0
  716. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_specific_user_permission_datasets.py +0 -0
  717. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/get_tenant.py +0 -0
  718. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/give_default_permission_to_role.py +0 -0
  719. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/give_default_permission_to_tenant.py +0 -0
  720. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/give_default_permission_to_user.py +0 -0
  721. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/methods/give_permission_on_dataset.py +0 -0
  722. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/permissions/permission_types.py +0 -0
  723. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/roles/methods/__init__.py +0 -0
  724. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/roles/methods/add_user_to_role.py +0 -0
  725. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/roles/methods/create_role.py +0 -0
  726. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/tenants/methods/__init__.py +0 -0
  727. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/tenants/methods/add_user_to_tenant.py +0 -0
  728. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/users/tenants/methods/create_tenant.py +0 -0
  729. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/visualization/__init__.py +0 -0
  730. {cognee-0.3.9 → cognee-0.4.0}/cognee/modules/visualization/cognee_network_visualization.py +0 -0
  731. {cognee-0.3.9 → cognee-0.4.0}/cognee/pipelines.py +0 -0
  732. {cognee-0.3.9 → cognee-0.4.0}/cognee/root_dir.py +0 -0
  733. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/CodeGraphEntities.py +0 -0
  734. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/GithubClassification.py +0 -0
  735. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/GithubTopology.py +0 -0
  736. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/SourceCodeGraph.py +0 -0
  737. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/__init__.py +0 -0
  738. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/cache.py +0 -0
  739. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/data_models.py +0 -0
  740. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/encode_uuid.py +0 -0
  741. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/exceptions/__init__.py +0 -0
  742. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/exceptions/exceptions.py +0 -0
  743. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/logging_utils.py +0 -0
  744. {cognee-0.3.9 → cognee-0.4.0}/cognee/shared/utils.py +0 -0
  745. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunk_naive_llm_classifier/__init__.py +0 -0
  746. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunk_naive_llm_classifier/chunk_naive_llm_classifier.py +0 -0
  747. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunks/__init__.py +0 -0
  748. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunks/chunk_by_paragraph.py +0 -0
  749. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunks/chunk_by_sentence.py +0 -0
  750. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunks/chunk_by_word.py +0 -0
  751. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/chunks/remove_disconnected_chunks.py +0 -0
  752. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/code/enrich_dependency_graph_checker.py +0 -0
  753. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/code/get_local_dependencies_checker.py +0 -0
  754. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/code/get_repo_dependency_graph_checker.py +0 -0
  755. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/codingagents/__init__.py +0 -0
  756. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/codingagents/coding_rule_associations.py +0 -0
  757. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/completion/__init__.py +0 -0
  758. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/completion/exceptions/__init__.py +0 -0
  759. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/completion/exceptions/exceptions.py +0 -0
  760. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/__init__.py +0 -0
  761. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/check_permissions_on_dataset.py +0 -0
  762. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/classify_documents.py +0 -0
  763. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/exceptions/__init__.py +0 -0
  764. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/exceptions/exceptions.py +0 -0
  765. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/documents/extract_chunks_from_documents.py +0 -0
  766. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/entity_completion/entity_extractors/llm_entity_extractor.py +0 -0
  767. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/entity_completion/entity_extractors/regex_entity_config.json +0 -0
  768. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/entity_completion/entity_extractors/regex_entity_config.py +0 -0
  769. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/entity_completion/entity_extractors/regex_entity_extractor.py +0 -0
  770. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/__init__.py +0 -0
  771. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/create_enrichments.py +0 -0
  772. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/extract_feedback_interactions.py +0 -0
  773. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/generate_improved_answers.py +0 -0
  774. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/link_enrichments_to_feedback.py +0 -0
  775. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/feedback/models.py +0 -0
  776. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/__init__.py +0 -0
  777. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/__init__.py +0 -0
  778. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_edge_triplets_prompt_input.txt +0 -0
  779. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_edge_triplets_prompt_system.txt +0 -0
  780. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_nodes_prompt_input.txt +0 -0
  781. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_nodes_prompt_system.txt +0 -0
  782. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_relationship_names_prompt_input.txt +0 -0
  783. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/prompts/extract_graph_relationship_names_prompt_system.txt +0 -0
  784. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/utils/__init__.py +0 -0
  785. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/utils/extract_content_nodes_and_relationship_names.py +0 -0
  786. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/utils/extract_edge_triplets.py +0 -0
  787. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/cascade_extract/utils/extract_nodes.py +0 -0
  788. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/exceptions/__init__.py +0 -0
  789. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/exceptions/exceptions.py +0 -0
  790. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/extract_graph_from_code.py +0 -0
  791. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/extract_graph_from_data.py +0 -0
  792. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/extract_graph_from_data_v2.py +0 -0
  793. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/graph/models.py +0 -0
  794. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/__init__.py +0 -0
  795. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/data_item_to_text_file.py +0 -0
  796. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/exceptions/__init__.py +0 -0
  797. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/exceptions/exceptions.py +0 -0
  798. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/get_dlt_destination.py +0 -0
  799. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/ingest_data.py +0 -0
  800. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/migrate_relational_database.py +0 -0
  801. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/resolve_data_directories.py +0 -0
  802. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/save_data_item_to_storage.py +0 -0
  803. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/ingestion/transform_data.py +0 -0
  804. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/memify/__init__.py +0 -0
  805. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/memify/extract_subgraph.py +0 -0
  806. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/memify/extract_subgraph_chunks.py +0 -0
  807. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/repo_processor/__init__.py +0 -0
  808. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/repo_processor/get_local_dependencies.py +0 -0
  809. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/repo_processor/get_non_code_files.py +0 -0
  810. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/repo_processor/get_repo_file_dependencies.py +0 -0
  811. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/schema/ingest_database_schema.py +0 -0
  812. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/schema/models.py +0 -0
  813. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/__init__.py +0 -0
  814. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/add_data_points.py +0 -0
  815. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/exceptions/__init__.py +0 -0
  816. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/exceptions/exceptions.py +0 -0
  817. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/index_data_points.py +0 -0
  818. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/storage/index_graph_edges.py +0 -0
  819. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/__init__.py +0 -0
  820. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/exceptions/__init__.py +0 -0
  821. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/exceptions/exceptions.py +0 -0
  822. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/mock_summary.py +0 -0
  823. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/models.py +0 -0
  824. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/summarize_code.py +0 -0
  825. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/summarization/summarize_text.py +0 -0
  826. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_awareness/__init__.py +0 -0
  827. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_awareness/build_graph_with_temporal_awareness.py +0 -0
  828. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_awareness/graphiti_model.py +0 -0
  829. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_awareness/index_graphiti_objects.py +0 -0
  830. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_awareness/search_graph_with_temporal_awareness.py +0 -0
  831. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/__init__.py +0 -0
  832. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/add_entities_to_event.py +0 -0
  833. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/enrich_events.py +0 -0
  834. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/extract_events_and_entities.py +0 -0
  835. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/extract_knowledge_graph_from_events.py +0 -0
  836. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/temporal_graph/models.py +0 -0
  837. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/__init__.py +0 -0
  838. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/config.py +0 -0
  839. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/default_url_crawler.py +0 -0
  840. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/models.py +0 -0
  841. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/types.py +0 -0
  842. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/utils.py +0 -0
  843. {cognee-0.3.9 → cognee-0.4.0}/cognee/tasks/web_scraper/web_scraper_task.py +0 -0
  844. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/__init__.py +0 -0
  845. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_integration_tests/__init__.py +0 -0
  846. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_integration_tests/test_cli_integration.py +0 -0
  847. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/__init__.py +0 -0
  848. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/test_cli_commands.py +0 -0
  849. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/test_cli_edge_cases.py +0 -0
  850. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/test_cli_main.py +0 -0
  851. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/test_cli_runner.py +0 -0
  852. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/cli_tests/cli_unit_tests/test_cli_utils.py +0 -0
  853. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/AudioDocument_test.py +0 -0
  854. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/ImageDocument_test.py +0 -0
  855. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/PdfDocument_test.py +0 -0
  856. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/TextDocument_test.py +0 -0
  857. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/UnstructuredDocument_test.py +0 -0
  858. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/documents/async_gen_zip.py +0 -0
  859. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/web_url_crawler/test_default_url_crawler.py +0 -0
  860. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/web_url_crawler/test_tavily_crawler.py +0 -0
  861. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/integration/web_url_crawler/test_url_adding_e2e.py +0 -0
  862. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/subprocesses/reader.py +0 -0
  863. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/subprocesses/simple_cognify_1.py +0 -0
  864. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/subprocesses/simple_cognify_2.py +0 -0
  865. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/subprocesses/writer.py +0 -0
  866. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/descriptive_metrics/ground_truth_metrics.json +0 -0
  867. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/descriptive_metrics/metric_consistency_test.py +0 -0
  868. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/descriptive_metrics/metrics_test_utils.py +0 -0
  869. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/descriptive_metrics/neo4j_metrics_test.py +0 -0
  870. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/entity_extraction/entity_extraction_test.py +0 -0
  871. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/summarization/summarize_code_test.py +0 -0
  872. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/tasks/web_scraping/web_scraping_test.py +0 -0
  873. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_add_docling_document.py +0 -0
  874. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_advanced_pdf_loader.py +0 -0
  875. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_chromadb.py +0 -0
  876. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_cognee_server_start.py +0 -0
  877. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_concurrent_subprocess_access.py +0 -0
  878. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_conversation_history.py +0 -0
  879. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_custom_model.py +0 -0
  880. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/Chinook_PostgreSql.sql +0 -0
  881. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/Natural_language_processing.txt +0 -0
  882. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/Natural_language_processing_copy.txt +0 -0
  883. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/Quantum_computers.txt +0 -0
  884. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/artificial-intelligence.pdf +0 -0
  885. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/code.txt +0 -0
  886. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example.csv +0 -0
  887. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example.docx +0 -0
  888. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example.png +0 -0
  889. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example.pptx +0 -0
  890. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example.xlsx +0 -0
  891. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/example_copy.png +0 -0
  892. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/migration_database.sqlite +0 -0
  893. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/text_to_speech.mp3 +0 -0
  894. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_data/text_to_speech_copy.mp3 +0 -0
  895. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_deduplication.py +0 -0
  896. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_delete_by_id.py +0 -0
  897. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_delete_hard.py +0 -0
  898. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_delete_soft.py +0 -0
  899. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_edge_ingestion.py +0 -0
  900. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_feedback_enrichment.py +0 -0
  901. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_graph_visualization_permissions.py +0 -0
  902. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_kuzu.py +0 -0
  903. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_lancedb.py +0 -0
  904. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_library.py +0 -0
  905. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_neo4j.py +0 -0
  906. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_neptune_analytics_graph.py +0 -0
  907. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_neptune_analytics_hybrid.py +0 -0
  908. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_neptune_analytics_vector.py +0 -0
  909. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_parallel_databases.py +0 -0
  910. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_permissions.py +0 -0
  911. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_pgvector.py +0 -0
  912. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_relational_db_migration.py +0 -0
  913. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_remote_kuzu.py +0 -0
  914. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_remote_kuzu_stress.py +0 -0
  915. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_s3.py +0 -0
  916. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_s3_file_storage.py +0 -0
  917. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_search_db.py +0 -0
  918. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_starter_pipelines.py +0 -0
  919. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_telemetry.py +0 -0
  920. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/test_temporal_graph.py +0 -0
  921. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/api/__init__.py +0 -0
  922. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/api/test_conditional_authentication_endpoints.py +0 -0
  923. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/entity_extraction/regex_entity_extraction_test.py +0 -0
  924. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/answer_generation_test.py +0 -0
  925. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/benchmark_adapters_test.py +0 -0
  926. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/corpus_builder_test.py +0 -0
  927. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/dashboard_test.py +0 -0
  928. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/deepeval_adapter_test.py +0 -0
  929. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/eval_framework/metrics_test.py +0 -0
  930. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/databases/cache/test_cache_config.py +0 -0
  931. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/databases/graph/neo4j_deadlock_test.py +0 -0
  932. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/databases/test_index_graph_edges.py +0 -0
  933. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/databases/test_rate_limiter.py +0 -0
  934. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/databases/vector/__init__.py +0 -0
  935. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/mock_embedding_engine.py +0 -0
  936. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/test_embedding_rate_limiting_realistic.py +0 -0
  937. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/test_rate_limiting_realistic.py +0 -0
  938. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/infrastructure/test_rate_limiting_retry.py +0 -0
  939. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/interfaces/graph/get_graph_from_huge_model_test.py +0 -0
  940. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/interfaces/graph/get_graph_from_model_circular_test.py +0 -0
  941. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/interfaces/graph/get_graph_from_model_unit_test.py +0 -0
  942. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/interfaces/graph/test_weighted_edges.py +0 -0
  943. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/data/test_open_data_file.py +0 -0
  944. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/graph/cognee_graph_elements_test.py +0 -0
  945. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/graph/cognee_graph_test.py +0 -0
  946. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/ontology/test_ontology_adapter.py +0 -0
  947. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/pipelines/run_task_from_queue_test.py +0 -0
  948. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/pipelines/run_tasks_test.py +0 -0
  949. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/pipelines/run_tasks_with_context_test.py +0 -0
  950. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/chunks_retriever_test.py +0 -0
  951. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/conversation_history_test.py +0 -0
  952. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/graph_completion_retriever_context_extension_test.py +0 -0
  953. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/graph_completion_retriever_cot_test.py +0 -0
  954. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/graph_completion_retriever_test.py +0 -0
  955. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/rag_completion_retriever_test.py +0 -0
  956. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/summaries_retriever_test.py +0 -0
  957. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retrieval/temporal_retriever_test.py +0 -0
  958. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/retriever/test_description_to_codepart_search.py +0 -0
  959. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/users/__init__.py +0 -0
  960. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/users/test_conditional_authentication.py +0 -0
  961. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/users/test_tutorial_notebook_creation.py +0 -0
  962. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/modules/visualization/visualization_test.py +0 -0
  963. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/chunks/chunk_by_paragraph_2_test.py +0 -0
  964. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/chunks/chunk_by_paragraph_test.py +0 -0
  965. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/chunks/chunk_by_sentence_test.py +0 -0
  966. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/chunks/chunk_by_word_test.py +0 -0
  967. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/chunks/test_input.py +0 -0
  968. {cognee-0.3.9 → cognee-0.4.0}/cognee/tests/unit/processing/utils/utils_test.py +0 -0
  969. {cognee-0.3.9 → cognee-0.4.0}/cognee/version.py +0 -0
  970. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/.env.template +0 -0
  971. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/.gitignore +0 -0
  972. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/README.md +0 -0
  973. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/pyproject.toml +0 -0
  974. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/src/data/companies.json +0 -0
  975. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/src/data/people.json +0 -0
  976. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/src/pipelines/custom-model.py +0 -0
  977. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/src/pipelines/default.py +0 -0
  978. {cognee-0.3.9 → cognee-0.4.0}/cognee-starter-kit/src/pipelines/low_level.py +0 -0
  979. {cognee-0.3.9 → cognee-0.4.0}/distributed/Dockerfile +0 -0
  980. {cognee-0.3.9 → cognee-0.4.0}/distributed/__init__.py +0 -0
  981. {cognee-0.3.9 → cognee-0.4.0}/distributed/app.py +0 -0
  982. {cognee-0.3.9 → cognee-0.4.0}/distributed/entrypoint.py +0 -0
  983. {cognee-0.3.9 → cognee-0.4.0}/distributed/entrypoint.sh +0 -0
  984. {cognee-0.3.9 → cognee-0.4.0}/distributed/modal_image.py +0 -0
  985. {cognee-0.3.9 → cognee-0.4.0}/distributed/queues.py +0 -0
  986. {cognee-0.3.9 → cognee-0.4.0}/distributed/signal.py +0 -0
  987. {cognee-0.3.9 → cognee-0.4.0}/distributed/tasks/__init__.py +0 -0
  988. {cognee-0.3.9 → cognee-0.4.0}/distributed/tasks/queued_add_data_points.py +0 -0
  989. {cognee-0.3.9 → cognee-0.4.0}/distributed/tasks/queued_add_edges.py +0 -0
  990. {cognee-0.3.9 → cognee-0.4.0}/distributed/tasks/queued_add_nodes.py +0 -0
  991. {cognee-0.3.9 → cognee-0.4.0}/distributed/test.py +0 -0
  992. {cognee-0.3.9 → cognee-0.4.0}/distributed/utils.py +0 -0
  993. {cognee-0.3.9 → cognee-0.4.0}/distributed/workers/data_point_saving_worker.py +0 -0
  994. {cognee-0.3.9 → cognee-0.4.0}/distributed/workers/graph_saving_worker.py +0 -0
  995. {cognee-0.3.9 → cognee-0.4.0}/docker-compose.yml +0 -0
  996. {cognee-0.3.9 → cognee-0.4.0}/entrypoint.sh +0 -0
  997. {cognee-0.3.9 → cognee-0.4.0}/evals/README.md +0 -0
  998. {cognee-0.3.9 → cognee-0.4.0}/evals/benchmark_summary_cognee.json +0 -0
  999. {cognee-0.3.9 → cognee-0.4.0}/evals/benchmark_summary_competition.json +0 -0
  1000. {cognee-0.3.9 → cognee-0.4.0}/evals/comprehensive_metrics_comparison.png +0 -0
  1001. {cognee-0.3.9 → cognee-0.4.0}/evals/metrics_comparison.png +0 -0
  1002. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_01042025/aggregate_metrics_v_deepeval.json +0 -0
  1003. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_01042025/aggregate_metrics_v_direct_llm.json +0 -0
  1004. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_01042025/metrics_output_cognee.json +0 -0
  1005. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_01042025/metrics_output_cognee_direct_llm.json +0 -0
  1006. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_01042025/metrics_output_cognee_human_eval.json +0 -0
  1007. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_comparison.png +0 -0
  1008. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_optimized_01042025/aggregate_metrics_4o_cognee_10.json +0 -0
  1009. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_optimized_01042025/aggregate_metrics_4o_cognee_10_short.json +0 -0
  1010. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_optimized_01042025/aggregate_metrics_4o_cognee_10_short_deepeval.json +0 -0
  1011. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_optimized_01042025/metrics_output_cognee_4o_10.json +0 -0
  1012. {cognee-0.3.9 → cognee-0.4.0}/evals/old/cognee_optimized_01042025/metrics_output_cognee_4o_10_short.json +0 -0
  1013. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/README.md +0 -0
  1014. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/helpers/calculate_aggregate_metrics.py +0 -0
  1015. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/helpers/convert_metrics.py +0 -0
  1016. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/helpers/modal_evaluate_answers.py +0 -0
  1017. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/hotpot_50_corpus.json +0 -0
  1018. {cognee-0.3.9 → cognee-0.4.0}/evals/old/comparative_eval/hotpot_50_qa_pairs.json +0 -0
  1019. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/aggregate_metrics_falkor_graphrag_sdk.json +0 -0
  1020. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/aggregate_metrics_falkor_graphrag_sdk_direct_llm.json +0 -0
  1021. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/hotpot_qa_falkor_graphrag_sdk.py +0 -0
  1022. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/metrics_output_falkor_graph_sdk_human_eval.json +0 -0
  1023. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/metrics_output_falkor_graphrag_sdk.json +0 -0
  1024. {cognee-0.3.9 → cognee-0.4.0}/evals/old/falkor_01042025/metrics_output_falkor_graphrag_sdk_direct_llm.json +0 -0
  1025. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/aggregate_metrics_graphiti.json +0 -0
  1026. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/aggregate_metrics_graphiti_direct_llm.json +0 -0
  1027. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/hotpot_qa_graphiti.py +0 -0
  1028. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/metrics_output_graphiti.json +0 -0
  1029. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/metrics_output_graphiti_direct_llm.json +0 -0
  1030. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_01042025/metrics_output_graphiti_huma_eval.json +0 -0
  1031. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_updated/hotpot_qa_graphiti_results_old.json +0 -0
  1032. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_updated/hotpot_qa_graphiti_results_old_aggregate_metrics.json +0 -0
  1033. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_updated/hotpot_qa_graphiti_results_old_aggregate_metrics_direct_llm.json +0 -0
  1034. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_updated/hotpot_qa_graphiti_results_old_metrics.json +0 -0
  1035. {cognee-0.3.9 → cognee-0.4.0}/evals/old/graphiti_updated/hotpot_qa_graphiti_results_old_metrics_direct_llm.json +0 -0
  1036. {cognee-0.3.9 → cognee-0.4.0}/evals/old/hotpot_50_corpus.json +0 -0
  1037. {cognee-0.3.9 → cognee-0.4.0}/evals/old/hotpot_50_qa_pairs.json +0 -0
  1038. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/aggregate_metrics_mem0.json +0 -0
  1039. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/aggregate_metrics_mem0_direct_llm.json +0 -0
  1040. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/hotpot_qa_mem0.py +0 -0
  1041. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/metrics_output_mem0.json +0 -0
  1042. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/metrics_output_mem0_direct_llm.json +0 -0
  1043. {cognee-0.3.9 → cognee-0.4.0}/evals/old/mem0_01042025/metrics_output_mem0_human_eval.json +0 -0
  1044. {cognee-0.3.9 → cognee-0.4.0}/evals/optimized_cognee_configurations.png +0 -0
  1045. {cognee-0.3.9 → cognee-0.4.0}/evals/plot_metrics.py +0 -0
  1046. {cognee-0.3.9 → cognee-0.4.0}/evals/requirements.txt +0 -0
  1047. {cognee-0.3.9 → cognee-0.4.0}/evals/src/analysis/analyze_results.py +0 -0
  1048. {cognee-0.3.9 → cognee-0.4.0}/evals/src/analysis/analyze_single_benchmark.py +0 -0
  1049. {cognee-0.3.9 → cognee-0.4.0}/evals/src/analysis/get_results.py +0 -0
  1050. {cognee-0.3.9 → cognee-0.4.0}/evals/src/analysis/process_results.py +0 -0
  1051. {cognee-0.3.9 → cognee-0.4.0}/evals/src/create_benchmark_summary_json.py +0 -0
  1052. {cognee-0.3.9 → cognee-0.4.0}/evals/src/helpers/calculate_aggregate_metrics.py +0 -0
  1053. {cognee-0.3.9 → cognee-0.4.0}/evals/src/helpers/convert_metrics.py +0 -0
  1054. {cognee-0.3.9 → cognee-0.4.0}/evals/src/helpers/modal_evaluate_answers.py +0 -0
  1055. {cognee-0.3.9 → cognee-0.4.0}/evals/src/hotpot_qa_24_corpus.json +0 -0
  1056. {cognee-0.3.9 → cognee-0.4.0}/evals/src/hotpot_qa_24_instance_filter.json +0 -0
  1057. {cognee-0.3.9 → cognee-0.4.0}/evals/src/hotpot_qa_24_qa_pairs.json +0 -0
  1058. {cognee-0.3.9 → cognee-0.4.0}/evals/src/hotpotqa_instances.py +0 -0
  1059. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/Dockerfile.neo4j-custom +0 -0
  1060. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/__init__.py +0 -0
  1061. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_evaluate_qa.py +0 -0
  1062. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_image.py +0 -0
  1063. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_qa_benchmark_cognee.py +0 -0
  1064. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_qa_benchmark_graphiti.py +0 -0
  1065. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_qa_benchmark_lightrag.py +0 -0
  1066. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/modal_qa_benchmark_mem0.py +0 -0
  1067. {cognee-0.3.9 → cognee-0.4.0}/evals/src/modal_apps/test_neo4j_server.py +0 -0
  1068. {cognee-0.3.9 → cognee-0.4.0}/evals/src/pyproject.toml +0 -0
  1069. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/__init__.py +0 -0
  1070. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/qa_benchmark_base.py +0 -0
  1071. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/qa_benchmark_cognee.py +0 -0
  1072. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/qa_benchmark_graphiti.py +0 -0
  1073. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/qa_benchmark_lightrag.py +0 -0
  1074. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/qa_benchmark_mem0.py +0 -0
  1075. {cognee-0.3.9 → cognee-0.4.0}/evals/src/qa/run_graphiti_benchmark.py +0 -0
  1076. {cognee-0.3.9 → cognee-0.4.0}/evals/src/run_cross_benchmark_analysis.py +0 -0
  1077. {cognee-0.3.9 → cognee-0.4.0}/evals/src/visualize_benchmarks.py +0 -0
  1078. {cognee-0.3.9 → cognee-0.4.0}/mypy.ini +0 -0
  1079. {cognee-0.3.9 → cognee-0.4.0}/poetry.lock +0 -0
  1080. {cognee-0.3.9 → cognee-0.4.0}/uv.lock +0 -0
  1081. {cognee-0.3.9 → cognee-0.4.0}/working_dir_error_replication/run_subprocess_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cognee
3
- Version: 0.3.9
3
+ Version: 0.4.0
4
4
  Summary: Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning.
5
5
  Project-URL: Homepage, https://www.cognee.ai
6
6
  Project-URL: Repository, https://github.com/topoteretes/cognee
@@ -156,27 +156,27 @@ Description-Content-Type: text/markdown
156
156
 
157
157
  <br />
158
158
 
159
- cognee - Memory for AI Agents in 6 lines of code
159
+ Cognee - Accurate and Persistent AI Memory
160
160
 
161
161
  <p align="center">
162
162
  <a href="https://www.youtube.com/watch?v=1bezuvLwJmw&t=2s">Demo</a>
163
163
  .
164
- <a href="https://cognee.ai">Learn more</a>
164
+ <a href="https://docs.cognee.ai/">Docs</a>
165
+ .
166
+ <a href="https://cognee.ai">Learn More</a>
165
167
  ·
166
168
  <a href="https://discord.gg/NQPKmU5CCg">Join Discord</a>
167
169
  ·
168
170
  <a href="https://www.reddit.com/r/AIMemory/">Join r/AIMemory</a>
169
171
  .
170
- <a href="https://docs.cognee.ai/">Docs</a>
171
- .
172
- <a href="https://github.com/topoteretes/cognee-community">cognee community repo</a>
172
+ <a href="https://github.com/topoteretes/cognee-community">Community Plugins & Add-ons</a>
173
173
  </p>
174
174
 
175
175
 
176
176
  [![GitHub forks](https://img.shields.io/github/forks/topoteretes/cognee.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/network/)
177
177
  [![GitHub stars](https://img.shields.io/github/stars/topoteretes/cognee.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/stargazers/)
178
178
  [![GitHub commits](https://badgen.net/github/commits/topoteretes/cognee)](https://GitHub.com/topoteretes/cognee/commit/)
179
- [![Github tag](https://badgen.net/github/tag/topoteretes/cognee)](https://github.com/topoteretes/cognee/tags/)
179
+ [![GitHub tag](https://badgen.net/github/tag/topoteretes/cognee)](https://github.com/topoteretes/cognee/tags/)
180
180
  [![Downloads](https://static.pepy.tech/badge/cognee)](https://pepy.tech/project/cognee)
181
181
  [![License](https://img.shields.io/github/license/topoteretes/cognee?colorA=00C586&colorB=000000)](https://github.com/topoteretes/cognee/blob/main/LICENSE)
182
182
  [![Contributors](https://img.shields.io/github/contributors/topoteretes/cognee?colorA=00C586&colorB=000000)](https://github.com/topoteretes/cognee/graphs/contributors)
@@ -192,11 +192,7 @@ Description-Content-Type: text/markdown
192
192
  </a>
193
193
  </p>
194
194
 
195
-
196
-
197
-
198
-
199
- Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Extract, Cognify, Load) pipelines.
195
+ Use your data to build personalized and dynamic memory for AI Agents. Cognee lets you replace RAG with scalable and modular ECL (Extract, Cognify, Load) pipelines.
200
196
 
201
197
  <p align="center">
202
198
  🌐 Available Languages
@@ -204,7 +200,7 @@ Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Ext
204
200
  <!-- Keep these links. Translations will automatically update with the README. -->
205
201
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=de">Deutsch</a> |
206
202
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=es">Español</a> |
207
- <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=fr">français</a> |
203
+ <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=fr">Français</a> |
208
204
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=ja">日本語</a> |
209
205
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=ko">한국어</a> |
210
206
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=pt">Português</a> |
@@ -218,69 +214,65 @@ Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Ext
218
214
  </div>
219
215
  </div>
220
216
 
217
+ ## About Cognee
221
218
 
219
+ Cognee is an open-source tool and platform that transforms your raw data into persistent and dynamic AI memory for Agents. It combines vector search with graph databases to make your documents both searchable by meaning and connected by relationships.
222
220
 
223
- ## Get Started
224
-
225
- Get started quickly with a Google Colab <a href="https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing">notebook</a> , <a href="https://deepnote.com/workspace/cognee-382213d0-0444-4c89-8265-13770e333c02/project/cognee-demo-78ffacb9-5832-4611-bb1a-560386068b30/notebook/Notebook-1-75b24cda566d4c24ab348f7150792601?utm_source=share-modal&utm_medium=product-shared-content&utm_campaign=notebook&utm_content=78ffacb9-5832-4611-bb1a-560386068b30">Deepnote notebook</a> or <a href="https://github.com/topoteretes/cognee/tree/main/cognee-starter-kit">starter repo</a>
226
-
221
+ You can use Cognee in two ways:
227
222
 
228
- ## About cognee
223
+ 1. [Self-host Cognee Open Source](https://docs.cognee.ai/getting-started/installation), which stores all data locally by default.
224
+ 2. [Connect to Cognee Cloud](https://platform.cognee.ai/), and get the same OSS stack on managed infrastructure for easier development and productionization.
229
225
 
230
- cognee works locally and stores your data on your device.
231
- Our hosted solution is just our deployment of OSS cognee on Modal, with the goal of making development and productionization easier.
226
+ ### Cognee Open Source (self-hosted):
232
227
 
233
- Self-hosted package:
228
+ - Interconnects any type of data — including past conversations, files, images, and audio transcriptions
229
+ - Replaces traditional RAG systems with a unified memory layer built on graphs and vectors
230
+ - Reduces developer effort and infrastructure cost while improving quality and precision
231
+ - Provides Pythonic data pipelines for ingestion from 30+ data sources
232
+ - Offers high customizability through user-defined tasks, modular pipelines, and built-in search endpoints
234
233
 
235
- - Interconnects any kind of documents: past conversations, files, images, and audio transcriptions
236
- - Replaces RAG systems with a memory layer based on graphs and vectors
237
- - Reduces developer effort and cost, while increasing quality and precision
238
- - Provides Pythonic data pipelines that manage data ingestion from 30+ data sources
239
- - Is highly customizable with custom tasks, pipelines, and a set of built-in search endpoints
234
+ ### Cognee Cloud (managed):
235
+ - Hosted web UI dashboard
236
+ - Automatic version updates
237
+ - Resource usage analytics
238
+ - GDPR compliant, enterprise-grade security
240
239
 
241
- Hosted platform:
242
- - Includes a managed UI and a [hosted solution](https://www.cognee.ai)
240
+ ## Basic Usage & Feature Guide
243
241
 
242
+ To learn more, [check out this short, end-to-end Colab walkthrough](https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing) of Cognee's core features.
244
243
 
244
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing)
245
245
 
246
- ## Self-Hosted (Open Source)
246
+ ## Quickstart
247
247
 
248
+ Let’s try Cognee in just a few lines of code. For detailed setup and configuration, see the [Cognee Docs](https://docs.cognee.ai/getting-started/installation#environment-configuration).
248
249
 
249
- ### 📦 Installation
250
+ ### Prerequisites
250
251
 
251
- You can install Cognee using either **pip**, **poetry**, **uv** or any other python package manager..
252
+ - Python 3.10 to 3.12
252
253
 
253
- Cognee supports Python 3.10 to 3.12
254
+ ### Step 1: Install Cognee
254
255
 
255
- #### With uv
256
+ You can install Cognee with **pip**, **poetry**, **uv**, or your preferred Python package manager.
256
257
 
257
258
  ```bash
258
259
  uv pip install cognee
259
260
  ```
260
261
 
261
- Detailed instructions can be found in our [docs](https://docs.cognee.ai/getting-started/installation#environment-configuration)
262
-
263
- ### 💻 Basic Usage
264
-
265
- #### Setup
266
-
267
- ```
262
+ ### Step 2: Configure the LLM
263
+ ```python
268
264
  import os
269
265
  os.environ["LLM_API_KEY"] = "YOUR OPENAI_API_KEY"
270
-
271
266
  ```
267
+ Alternatively, create a `.env` file using our [template](https://github.com/topoteretes/cognee/blob/main/.env.template).
272
268
 
273
- You can also set the variables by creating .env file, using our <a href="https://github.com/topoteretes/cognee/blob/main/.env.template">template.</a>
274
- To use different LLM providers, for more info check out our <a href="https://docs.cognee.ai/setup-configuration/llm-providers">documentation</a>
275
-
276
-
277
- #### Simple example
269
+ To integrate other LLM providers, see our [LLM Provider Documentation](https://docs.cognee.ai/setup-configuration/llm-providers).
278
270
 
271
+ ### Step 3: Run the Pipeline
279
272
 
273
+ Cognee will take your documents, generate a knowledge graph from them and then query the graph based on combined relationships.
280
274
 
281
- ##### Python
282
-
283
- This script will run the default pipeline:
275
+ Now, run a minimal pipeline:
284
276
 
285
277
  ```python
286
278
  import cognee
@@ -298,7 +290,7 @@ async def main():
298
290
  await cognee.memify()
299
291
 
300
292
  # Query the knowledge graph
301
- results = await cognee.search("What does cognee do?")
293
+ results = await cognee.search("What does Cognee do?")
302
294
 
303
295
  # Display the results
304
296
  for result in results:
@@ -309,69 +301,61 @@ if __name__ == '__main__':
309
301
  asyncio.run(main())
310
302
 
311
303
  ```
312
- Example output:
313
- ```
314
- Cognee turns documents into AI memory.
315
304
 
305
+ As you can see, the output is generated from the document we previously stored in Cognee:
306
+
307
+ ```bash
308
+ Cognee turns documents into AI memory.
316
309
  ```
317
- ##### Via CLI
318
310
 
319
- Let's get the basics covered
311
+ ### Use the Cognee CLI
320
312
 
321
- ```
313
+ As an alternative, you can get started with these essential commands:
314
+
315
+ ```bash
322
316
  cognee-cli add "Cognee turns documents into AI memory."
323
317
 
324
318
  cognee-cli cognify
325
319
 
326
- cognee-cli search "What does cognee do?"
320
+ cognee-cli search "What does Cognee do?"
327
321
  cognee-cli delete --all
328
322
 
329
323
  ```
330
- or run
331
- ```
324
+
325
+ To open the local UI, run:
326
+ ```bash
332
327
  cognee-cli -ui
333
328
  ```
334
329
 
330
+ ## Demos & Examples
335
331
 
336
- </div>
337
-
338
-
339
- ### Hosted Platform
340
-
341
- Get up and running in minutes with automatic updates, analytics, and enterprise security.
342
-
343
- 1. Sign up on [cogwit](https://www.cognee.ai)
344
- 2. Add your API key to local UI and sync your data to Cogwit
345
-
346
-
347
-
348
-
349
- ## Demos
332
+ See Cognee in action:
350
333
 
351
- 1. Cogwit Beta demo:
334
+ ### Persistent Agent Memory
352
335
 
353
- [Cogwit Beta](https://github.com/user-attachments/assets/fa520cd2-2913-4246-a444-902ea5242cb0)
336
+ [Cognee Memory for LangGraph Agents](https://github.com/user-attachments/assets/e113b628-7212-4a2b-b288-0be39a93a1c3)
354
337
 
355
- 2. Simple GraphRAG demo
338
+ ### Simple GraphRAG
356
339
 
357
- [Simple GraphRAG demo](https://github.com/user-attachments/assets/d80b0776-4eb9-4b8e-aa22-3691e2d44b8f)
340
+ [Watch Demo](https://github.com/user-attachments/assets/f2186b2e-305a-42b0-9c2d-9f4473f15df8)
358
341
 
359
- 3. cognee with Ollama
342
+ ### Cognee with Ollama
360
343
 
361
- [cognee with local models](https://github.com/user-attachments/assets/8621d3e8-ecb8-4860-afb2-5594f2ee17db)
344
+ [Watch Demo](https://github.com/user-attachments/assets/39672858-f774-4136-b957-1e2de67b8981)
362
345
 
363
346
 
364
- ## Contributing
365
- Your contributions are at the core of making this a true open source project. Any contributions you make are **greatly appreciated**. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information.
347
+ ## Community & Support
366
348
 
349
+ ### Contributing
350
+ We welcome contributions from the community! Your input helps make Cognee better for everyone. See [`CONTRIBUTING.md`](CONTRIBUTING.md) to get started.
367
351
 
368
- ## Code of Conduct
352
+ ### Code of Conduct
369
353
 
370
- We are committed to making open source an enjoyable and respectful experience for our community. See <a href="https://github.com/topoteretes/cognee/blob/main/CODE_OF_CONDUCT.md"><code>CODE_OF_CONDUCT</code></a> for more information.
354
+ We're committed to fostering an inclusive and respectful community. Read our [Code of Conduct](https://github.com/topoteretes/cognee/blob/main/CODE_OF_CONDUCT.md) for guidelines.
371
355
 
372
- ## Citation
356
+ ## Research & Citation
373
357
 
374
- We now have a paper you can cite:
358
+ We recently published a research paper on optimizing knowledge graphs for LLM reasoning:
375
359
 
376
360
  ```bibtex
377
361
  @misc{markovic2025optimizinginterfaceknowledgegraphs,
@@ -5,27 +5,27 @@
5
5
 
6
6
  <br />
7
7
 
8
- cognee - Memory for AI Agents in 6 lines of code
8
+ Cognee - Accurate and Persistent AI Memory
9
9
 
10
10
  <p align="center">
11
11
  <a href="https://www.youtube.com/watch?v=1bezuvLwJmw&t=2s">Demo</a>
12
12
  .
13
- <a href="https://cognee.ai">Learn more</a>
13
+ <a href="https://docs.cognee.ai/">Docs</a>
14
+ .
15
+ <a href="https://cognee.ai">Learn More</a>
14
16
  ·
15
17
  <a href="https://discord.gg/NQPKmU5CCg">Join Discord</a>
16
18
  ·
17
19
  <a href="https://www.reddit.com/r/AIMemory/">Join r/AIMemory</a>
18
20
  .
19
- <a href="https://docs.cognee.ai/">Docs</a>
20
- .
21
- <a href="https://github.com/topoteretes/cognee-community">cognee community repo</a>
21
+ <a href="https://github.com/topoteretes/cognee-community">Community Plugins & Add-ons</a>
22
22
  </p>
23
23
 
24
24
 
25
25
  [![GitHub forks](https://img.shields.io/github/forks/topoteretes/cognee.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/network/)
26
26
  [![GitHub stars](https://img.shields.io/github/stars/topoteretes/cognee.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/stargazers/)
27
27
  [![GitHub commits](https://badgen.net/github/commits/topoteretes/cognee)](https://GitHub.com/topoteretes/cognee/commit/)
28
- [![Github tag](https://badgen.net/github/tag/topoteretes/cognee)](https://github.com/topoteretes/cognee/tags/)
28
+ [![GitHub tag](https://badgen.net/github/tag/topoteretes/cognee)](https://github.com/topoteretes/cognee/tags/)
29
29
  [![Downloads](https://static.pepy.tech/badge/cognee)](https://pepy.tech/project/cognee)
30
30
  [![License](https://img.shields.io/github/license/topoteretes/cognee?colorA=00C586&colorB=000000)](https://github.com/topoteretes/cognee/blob/main/LICENSE)
31
31
  [![Contributors](https://img.shields.io/github/contributors/topoteretes/cognee?colorA=00C586&colorB=000000)](https://github.com/topoteretes/cognee/graphs/contributors)
@@ -41,11 +41,7 @@
41
41
  </a>
42
42
  </p>
43
43
 
44
-
45
-
46
-
47
-
48
- Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Extract, Cognify, Load) pipelines.
44
+ Use your data to build personalized and dynamic memory for AI Agents. Cognee lets you replace RAG with scalable and modular ECL (Extract, Cognify, Load) pipelines.
49
45
 
50
46
  <p align="center">
51
47
  🌐 Available Languages
@@ -53,7 +49,7 @@ Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Ext
53
49
  <!-- Keep these links. Translations will automatically update with the README. -->
54
50
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=de">Deutsch</a> |
55
51
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=es">Español</a> |
56
- <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=fr">français</a> |
52
+ <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=fr">Français</a> |
57
53
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=ja">日本語</a> |
58
54
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=ko">한국어</a> |
59
55
  <a href="https://www.readme-i18n.com/topoteretes/cognee?lang=pt">Português</a> |
@@ -67,69 +63,65 @@ Build dynamic memory for Agents and replace RAG using scalable, modular ECL (Ext
67
63
  </div>
68
64
  </div>
69
65
 
66
+ ## About Cognee
70
67
 
68
+ Cognee is an open-source tool and platform that transforms your raw data into persistent and dynamic AI memory for Agents. It combines vector search with graph databases to make your documents both searchable by meaning and connected by relationships.
71
69
 
72
- ## Get Started
73
-
74
- Get started quickly with a Google Colab <a href="https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing">notebook</a> , <a href="https://deepnote.com/workspace/cognee-382213d0-0444-4c89-8265-13770e333c02/project/cognee-demo-78ffacb9-5832-4611-bb1a-560386068b30/notebook/Notebook-1-75b24cda566d4c24ab348f7150792601?utm_source=share-modal&utm_medium=product-shared-content&utm_campaign=notebook&utm_content=78ffacb9-5832-4611-bb1a-560386068b30">Deepnote notebook</a> or <a href="https://github.com/topoteretes/cognee/tree/main/cognee-starter-kit">starter repo</a>
75
-
70
+ You can use Cognee in two ways:
76
71
 
77
- ## About cognee
72
+ 1. [Self-host Cognee Open Source](https://docs.cognee.ai/getting-started/installation), which stores all data locally by default.
73
+ 2. [Connect to Cognee Cloud](https://platform.cognee.ai/), and get the same OSS stack on managed infrastructure for easier development and productionization.
78
74
 
79
- cognee works locally and stores your data on your device.
80
- Our hosted solution is just our deployment of OSS cognee on Modal, with the goal of making development and productionization easier.
75
+ ### Cognee Open Source (self-hosted):
81
76
 
82
- Self-hosted package:
77
+ - Interconnects any type of data — including past conversations, files, images, and audio transcriptions
78
+ - Replaces traditional RAG systems with a unified memory layer built on graphs and vectors
79
+ - Reduces developer effort and infrastructure cost while improving quality and precision
80
+ - Provides Pythonic data pipelines for ingestion from 30+ data sources
81
+ - Offers high customizability through user-defined tasks, modular pipelines, and built-in search endpoints
83
82
 
84
- - Interconnects any kind of documents: past conversations, files, images, and audio transcriptions
85
- - Replaces RAG systems with a memory layer based on graphs and vectors
86
- - Reduces developer effort and cost, while increasing quality and precision
87
- - Provides Pythonic data pipelines that manage data ingestion from 30+ data sources
88
- - Is highly customizable with custom tasks, pipelines, and a set of built-in search endpoints
83
+ ### Cognee Cloud (managed):
84
+ - Hosted web UI dashboard
85
+ - Automatic version updates
86
+ - Resource usage analytics
87
+ - GDPR compliant, enterprise-grade security
89
88
 
90
- Hosted platform:
91
- - Includes a managed UI and a [hosted solution](https://www.cognee.ai)
89
+ ## Basic Usage & Feature Guide
92
90
 
91
+ To learn more, [check out this short, end-to-end Colab walkthrough](https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing) of Cognee's core features.
93
92
 
93
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12Vi9zID-M3fpKpKiaqDBvkk98ElkRPWy?usp=sharing)
94
94
 
95
- ## Self-Hosted (Open Source)
95
+ ## Quickstart
96
96
 
97
+ Let’s try Cognee in just a few lines of code. For detailed setup and configuration, see the [Cognee Docs](https://docs.cognee.ai/getting-started/installation#environment-configuration).
97
98
 
98
- ### 📦 Installation
99
+ ### Prerequisites
99
100
 
100
- You can install Cognee using either **pip**, **poetry**, **uv** or any other python package manager..
101
+ - Python 3.10 to 3.12
101
102
 
102
- Cognee supports Python 3.10 to 3.12
103
+ ### Step 1: Install Cognee
103
104
 
104
- #### With uv
105
+ You can install Cognee with **pip**, **poetry**, **uv**, or your preferred Python package manager.
105
106
 
106
107
  ```bash
107
108
  uv pip install cognee
108
109
  ```
109
110
 
110
- Detailed instructions can be found in our [docs](https://docs.cognee.ai/getting-started/installation#environment-configuration)
111
-
112
- ### 💻 Basic Usage
113
-
114
- #### Setup
115
-
116
- ```
111
+ ### Step 2: Configure the LLM
112
+ ```python
117
113
  import os
118
114
  os.environ["LLM_API_KEY"] = "YOUR OPENAI_API_KEY"
119
-
120
115
  ```
116
+ Alternatively, create a `.env` file using our [template](https://github.com/topoteretes/cognee/blob/main/.env.template).
121
117
 
122
- You can also set the variables by creating .env file, using our <a href="https://github.com/topoteretes/cognee/blob/main/.env.template">template.</a>
123
- To use different LLM providers, for more info check out our <a href="https://docs.cognee.ai/setup-configuration/llm-providers">documentation</a>
124
-
125
-
126
- #### Simple example
118
+ To integrate other LLM providers, see our [LLM Provider Documentation](https://docs.cognee.ai/setup-configuration/llm-providers).
127
119
 
120
+ ### Step 3: Run the Pipeline
128
121
 
122
+ Cognee will take your documents, generate a knowledge graph from them and then query the graph based on combined relationships.
129
123
 
130
- ##### Python
131
-
132
- This script will run the default pipeline:
124
+ Now, run a minimal pipeline:
133
125
 
134
126
  ```python
135
127
  import cognee
@@ -147,7 +139,7 @@ async def main():
147
139
  await cognee.memify()
148
140
 
149
141
  # Query the knowledge graph
150
- results = await cognee.search("What does cognee do?")
142
+ results = await cognee.search("What does Cognee do?")
151
143
 
152
144
  # Display the results
153
145
  for result in results:
@@ -158,69 +150,61 @@ if __name__ == '__main__':
158
150
  asyncio.run(main())
159
151
 
160
152
  ```
161
- Example output:
162
- ```
163
- Cognee turns documents into AI memory.
164
153
 
154
+ As you can see, the output is generated from the document we previously stored in Cognee:
155
+
156
+ ```bash
157
+ Cognee turns documents into AI memory.
165
158
  ```
166
- ##### Via CLI
167
159
 
168
- Let's get the basics covered
160
+ ### Use the Cognee CLI
169
161
 
170
- ```
162
+ As an alternative, you can get started with these essential commands:
163
+
164
+ ```bash
171
165
  cognee-cli add "Cognee turns documents into AI memory."
172
166
 
173
167
  cognee-cli cognify
174
168
 
175
- cognee-cli search "What does cognee do?"
169
+ cognee-cli search "What does Cognee do?"
176
170
  cognee-cli delete --all
177
171
 
178
172
  ```
179
- or run
180
- ```
173
+
174
+ To open the local UI, run:
175
+ ```bash
181
176
  cognee-cli -ui
182
177
  ```
183
178
 
179
+ ## Demos & Examples
184
180
 
185
- </div>
186
-
187
-
188
- ### Hosted Platform
189
-
190
- Get up and running in minutes with automatic updates, analytics, and enterprise security.
191
-
192
- 1. Sign up on [cogwit](https://www.cognee.ai)
193
- 2. Add your API key to local UI and sync your data to Cogwit
194
-
195
-
196
-
197
-
198
- ## Demos
181
+ See Cognee in action:
199
182
 
200
- 1. Cogwit Beta demo:
183
+ ### Persistent Agent Memory
201
184
 
202
- [Cogwit Beta](https://github.com/user-attachments/assets/fa520cd2-2913-4246-a444-902ea5242cb0)
185
+ [Cognee Memory for LangGraph Agents](https://github.com/user-attachments/assets/e113b628-7212-4a2b-b288-0be39a93a1c3)
203
186
 
204
- 2. Simple GraphRAG demo
187
+ ### Simple GraphRAG
205
188
 
206
- [Simple GraphRAG demo](https://github.com/user-attachments/assets/d80b0776-4eb9-4b8e-aa22-3691e2d44b8f)
189
+ [Watch Demo](https://github.com/user-attachments/assets/f2186b2e-305a-42b0-9c2d-9f4473f15df8)
207
190
 
208
- 3. cognee with Ollama
191
+ ### Cognee with Ollama
209
192
 
210
- [cognee with local models](https://github.com/user-attachments/assets/8621d3e8-ecb8-4860-afb2-5594f2ee17db)
193
+ [Watch Demo](https://github.com/user-attachments/assets/39672858-f774-4136-b957-1e2de67b8981)
211
194
 
212
195
 
213
- ## Contributing
214
- Your contributions are at the core of making this a true open source project. Any contributions you make are **greatly appreciated**. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information.
196
+ ## Community & Support
215
197
 
198
+ ### Contributing
199
+ We welcome contributions from the community! Your input helps make Cognee better for everyone. See [`CONTRIBUTING.md`](CONTRIBUTING.md) to get started.
216
200
 
217
- ## Code of Conduct
201
+ ### Code of Conduct
218
202
 
219
- We are committed to making open source an enjoyable and respectful experience for our community. See <a href="https://github.com/topoteretes/cognee/blob/main/CODE_OF_CONDUCT.md"><code>CODE_OF_CONDUCT</code></a> for more information.
203
+ We're committed to fostering an inclusive and respectful community. Read our [Code of Conduct](https://github.com/topoteretes/cognee/blob/main/CODE_OF_CONDUCT.md) for guidelines.
220
204
 
221
- ## Citation
205
+ ## Research & Citation
222
206
 
223
- We now have a paper you can cite:
207
+ We recently published a research paper on optimizing knowledge graphs for LLM reasoning:
224
208
 
225
209
  ```bibtex
226
210
  @misc{markovic2025optimizinginterfaceknowledgegraphs,
@@ -1,4 +1,6 @@
1
1
  from typing import Any, Optional
2
+ from fastapi.encoders import jsonable_encoder
3
+
2
4
  from cognee.infrastructure.databases.graph import get_graph_engine
3
5
  from cognee.modules.retrieval.base_retriever import BaseRetriever
4
6
  from cognee.modules.retrieval.utils.completion import generate_completion
@@ -50,7 +52,7 @@ class CypherSearchRetriever(BaseRetriever):
50
52
  logger.warning("Search attempt on an empty knowledge graph")
51
53
  return []
52
54
 
53
- result = await graph_engine.query(query)
55
+ result = jsonable_encoder(await graph_engine.query(query))
54
56
  except Exception as e:
55
57
  logger.error("Failed to execture cypher search retrieval: %s", str(e))
56
58
  raise CypherSearchError() from e
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "cognee"
3
3
 
4
- version = "0.3.9"
4
+ version = "0.4.0"
5
5
  description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
6
6
  authors = [
7
7
  { name = "Vasilije Markovic" },
cognee-0.4.0/tst.py ADDED
@@ -0,0 +1,27 @@
1
+ import cognee
2
+ import asyncio
3
+ from dotenv import load_dotenv
4
+
5
+ load_dotenv()
6
+
7
+
8
+ async def main():
9
+ # Add text to cognee
10
+ await cognee.add("Cognee turns documents into AI memory.")
11
+
12
+ # Generate the knowledge graph
13
+ await cognee.cognify()
14
+
15
+ # Add memory algorithms to the graph
16
+ await cognee.memify()
17
+
18
+ # Query the knowledge graph
19
+ results = await cognee.search("What does cognee do?")
20
+
21
+ # Display the results
22
+ for result in results:
23
+ print(result)
24
+
25
+
26
+ if __name__ == "__main__":
27
+ asyncio.run(main())
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes