cognee/cognee
Mike Potter 73d84129de fix(api): pass run_in_background parameter to memify function
The run_in_background parameter was defined in MemifyPayloadDTO but was
never passed to the cognee_memify function call, making the parameter
effectively unused. This fix passes the parameter so users can actually
run memify operations in the background.

Signed-off-by: Mike Potter <mpotter1@gmail.com>
2025-11-28 12:40:53 -05:00
..
api fix(api): pass run_in_background parameter to memify function 2025-11-28 12:40:53 -05:00
cli feat: csv ingestion loader & chunk 2025-10-22 16:56:46 +08:00
eval_framework feature: Introduces wide subgraph search in graph completion and improves QA speed (#1736) 2025-11-26 15:18:53 +01:00
exceptions Update deprecated Exception status codes 2025-10-22 17:38:41 +01:00
infrastructure feature: Introduces wide subgraph search in graph completion and improves QA speed (#1736) 2025-11-26 15:18:53 +01:00
memify_pipelines Fix: fixes session history test for multiuser mode (#1746) 2025-11-06 14:13:55 +01:00
modules feature: Introduces wide subgraph search in graph completion and improves QA speed (#1736) 2025-11-26 15:18:53 +01:00
shared feat: fs-cache (#1645) 2025-11-12 15:34:30 +01:00
tasks Merge branch 'dev' into feat/csv-ingestion 2025-11-14 14:46:11 +08:00
tests feature: Introduces wide subgraph search in graph completion and improves QA speed (#1736) 2025-11-26 15:18:53 +01:00
__init__.py feat: Add initial custom pipeline (#1716) 2025-11-04 17:58:34 +01:00
__main__.py
base_config.py Merge branch 'dev' into fix_issue_with_base_config 2025-10-29 11:42:25 +01:00
context_global_variables.py feat: enable multi user for falkor (#1689) 2025-11-11 17:03:48 +01:00
get_token.py
low_level.py
pipelines.py
root_dir.py fix: Add S3 URL handling in ensure_absolute_path function (#1438) 2025-09-18 11:47:34 +02:00
version.py