Skip to content

Commit f399d51

Browse files
committed
fix: resolve formatting issues in README files
1 parent 655676f commit f399d51

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cognee/tasks/ingestion/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
Data ingestion and normalization tasks.
33
4-
This module provides functionality for accepting raw data inputs
5-
(files, URLs, streams, or external objects), transforming them into
6-
standardized text representations, and registering them within
4+
This module provides functionality for accepting raw data inputs
5+
(files, URLs, streams, or external objects), transforming them into
6+
standardized text representations, and registering them within
77
datasets and the relational database.
88
"""
99

cognee/tasks/storage/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
22
Graph persistence and indexing tasks.
33
4-
This module provides tasks for adding structured DataPoints to the graph database,
5-
deduplicating extracted nodes and edges, and managing vector-based indexing for both
4+
This module provides tasks for adding structured DataPoints to the graph database,
5+
deduplicating extracted nodes and edges, and managing vector-based indexing for both
66
nodes and relationship types.
77
"""
88

0 commit comments

Comments
 (0)