cognee/cognee/modules
alekszievr 5119992fd8
feat: Add graph metrics getter in graph db interface and adapters [COG-1082] (#483)
Dummy implementation of graph metrics to demonstrate how the interface
will look like

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## DCO Affirmation
I affirm that all code in every commit of this pull request conforms to
the terms of the Topoteretes Developer Certificate of Origin


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced asynchronous functionality for retrieving comprehensive
graph metrics, including counts and connectivity details, across
different systems.
  
- **Refactor**
- Streamlined metrics processing and storage by shifting to direct
retrieval from the graph engine.
- Updated naming conventions for the `GraphMetrics` database table and
reorganized module imports to enhance internal consistency.
  
- **Chores**
- Removed dataset deletion functionalities while introducing the ability
to store descriptive metrics.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
2025-02-03 15:25:04 +01:00
..
chunking Count the number of tokens in documents [COG-1071] (#476) 2025-01-29 11:29:09 +01:00
cognify fix: Initial commit to resolve issue with using tokenizer based on LLMs 2025-01-21 19:53:22 +01:00
data feat: Add graph metrics getter in graph db interface and adapters [COG-1082] (#483) 2025-02-03 15:25:04 +01:00
engine feat: adds pydantic types to graph layer models 2025-01-09 16:46:41 +01:00
graph feat: Add gemini support [COG-1023] (#485) 2025-01-31 18:03:23 +01:00
ingestion ruff format 2025-01-05 19:09:08 +01:00
pipelines ruff format 2025-01-05 19:09:08 +01:00
retrieval feat: add codegraph related API endpoints 2025-01-28 10:08:59 +01:00
search ruff format 2025-01-05 19:09:08 +01:00
settings feat: Add gemini support [COG-1023] (#485) 2025-01-31 18:03:23 +01:00
storage/utils Fix linter issues 2025-01-05 19:48:35 +01:00
users fix: Attempt to resolve issue with Ubuntu 24.04 segmentation fault 2025-01-13 15:00:12 +01:00
__init__.py chore: rename package 2024-03-13 16:08:11 +01:00