cognee/cognee/modules
shehab-badawy 9c87a10848 feat: Add delete preview for --dataset-name and --all flags
This commit introduces the preview functionality for the  command. The preview displays a summary of what will be deleted before asking for user confirmation.

The feature is fully functional for the following flags:
-  / : Correctly counts the number of data entries within the specified dataset.
- : Correctly counts the total number of datasets, data entries, and users in the system.

The logic for the  flag is a work in progress. The current implementation uses a placeholder and needs a method to query a user directly by their ID to be completed.
2025-10-02 01:44:11 -04:00
..
chunking feat: adds temporal models for llm extraction 2025-08-27 15:14:46 +02:00
cloud feat: add welcome tutorial notebook for new users (#1425) 2025-09-18 18:07:05 +02: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 delete preview for --dataset-name and --all flags 2025-10-02 01:44:11 -04:00
engine chore: adds docstrings 2025-08-29 16:07:18 +02:00
graph Merge branch 'main' into dev 2025-09-19 17:27:48 +02:00
ingestion removed extra things 2025-08-27 21:12:45 +02:00
memify feat: Enable multi-user mode to work with memify 2025-09-04 20:59:00 +02:00
metrics/operations feat: websockets for pipeline update streaming (#851) 2025-06-11 20:29:26 +02:00
notebooks create starter notebook on get all notebooks request - if not created 2025-09-18 18:21:42 +01:00
observability add none to default as observability 2025-09-18 10:41:25 +02:00
ontology feat: adds ontology resolver env handling 2025-09-19 12:54:33 +02:00
pipelines Merge branch 'main' into dev 2025-09-19 17:27:48 +02:00
retrieval refactor: Remove telemetry call 2025-09-25 17:39:29 +02:00
search fix: Resolve issue with only_context 2025-09-23 13:41:12 +02:00
settings move to gpt5 2025-08-17 12:19:34 +02:00
storage/utils feat: Weighted edges (#1068) 2025-07-14 21:26:25 +02:00
sync feat: update sync to be two way (#1359) 2025-09-11 15:34:43 +02:00
users Merge branch 'main' into dev 2025-09-19 17:27:48 +02:00
visualization refactor: Add proper pip install command for optional extras 2025-09-25 13:55:01 +02:00
__init__.py