Boris
3cda1af29d
Merge branch 'dev' into main
2025-12-01 11:33:22 +01:00
Boris
76d054b6a5
Merge branch 'dev' into feature/cog-3156-move-codify-pipeline-out-of-main-repo
2025-12-01 11:21:34 +01:00
Igor Ilic
0bb4ece4d8
Merge branch 'main' into main-merge-vol4
2025-12-01 11:16:59 +01:00
Boris
5ce1af8cc0
Merge branch 'dev' into fix/remove-double-quotes-from-llmconfig-str-params
2025-12-01 10:09:53 +01:00
rajeevrajeshuni
ac17654dc5
ruff changes
2025-12-01 07:44:33 +05:30
rajeevrajeshuni
8b49b16686
fix for delete all
2025-12-01 07:43:42 +05:30
rajeevrajeshuni
3a85713722
fixes for delete dataset method
2025-12-01 07:17:43 +05:30
rajeevrajeshuni
37e862c053
ruff changes
2025-11-30 14:20:25 +05:30
rajeevrajeshuni
e4a2188820
revert changes for delete_command
2025-11-30 14:08:30 +05:30
rajeevrajeshuni
0a644999c5
turnoff logging for tui mode
2025-11-30 13:45:57 +05:30
rajeevrajeshuni
ad6bdd2be3
change import to avoid circular imports
2025-11-30 08:33:09 +05:30
rajeevrajeshuni
29959ada7f
change import to avoid circular imports
2025-11-30 08:26:33 +05:30
rajeevrajeshuni
b8927704e3
change import to avoid circular imports
2025-11-30 08:18:17 +05:30
rajeevrajeshuni
1b8ac854dd
minor fixes in add screen
2025-11-30 08:16:36 +05:30
rajeevrajeshuni
192c2b7363
changes to config screen
2025-11-30 08:11:41 +05:30
rajeevrajeshuni
c05a459fc4
minor fix with delete screen
2025-11-30 07:56:04 +05:30
rajeevrajeshuni
164e1d9442
minor fix with delete dialog
2025-11-30 07:38:16 +05:30
rajeevrajeshuni
1ac2c24cf5
cleanup of delete dataset methods
2025-11-30 07:29:42 +05:30
rajeevrajeshuni
40846df92d
cleanup of delete dataset methods
2025-11-30 07:26:24 +05:30
rajeevrajeshuni
3a05cca74b
WIP - implementing the missing delete data functionality
2025-11-29 23:56:11 +05:30
rajeevrajeshuni
7224074b6c
WIP - debugging functionality to get parity with commands
2025-11-29 23:42:47 +05:30
rajeevrajeshuni
9e86409e72
WIP - fixing functionality in delete screen.
2025-11-29 23:28:50 +05:30
rajeevrajeshuni
5eaea4dbe0
WIP - fixing functionality in delete screen.
2025-11-29 23:24:26 +05:30
rajeevrajeshuni
91c01b76c0
more cleanup of styles
2025-11-29 23:13:48 +05:30
rajeevrajeshuni
ba6ee4a10a
WIP - making screens common
2025-11-29 22:40:58 +05:30
rajeevrajeshuni
7670c3c172
UI finetuning
2025-11-29 22:16:36 +05:30
rajeevrajeshuni
bd82b65f5d
UI finetuning
2025-11-29 22:02:52 +05:30
rajeevrajeshuni
de6bcbfe65
home screen padding
2025-11-29 21:42:43 +05:30
rajeevrajeshuni
da32502b0b
minor tweaks
2025-11-29 19:45:14 +05:30
rajeevrajeshuni
978a6c7359
minor changes for home screen
2025-11-29 19:43:26 +05:30
rajeevrajeshuni
06eba205c8
minor UI changes to delete screen
2025-11-29 19:24:26 +05:30
rajeevrajeshuni
cdd9518937
WIP - added a basic version of delete screen
2025-11-29 19:18:45 +05:30
rajeevrajeshuni
d0c6341a9d
WIP - added a basic version of search screen
2025-11-29 19:14:40 +05:30
rajeevrajeshuni
4e5eaa9f9d
WIP - added a basic version of cognify screen
2025-11-29 19:06:23 +05:30
rajeevrajeshuni
f36f13a30b
cleanup of add screen
2025-11-29 19:01:03 +05:30
rajeevrajeshuni
73ef9c2c27
WIP - adding a add data screen
2025-11-29 18:54:39 +05:30
rajeevrajeshuni
8a660a6e58
cleanup footer in config screen
2025-11-29 18:34:18 +05:30
rajeevrajeshuni
1d3f6dee0a
changes to config screen
2025-11-29 18:28:03 +05:30
rajeevrajeshuni
2ece2e4b24
refactor to modularize to multiple screens
2025-11-29 18:11:05 +05:30
rajeevrajeshuni
99d0b82c8e
WIP - config tui screen
2025-11-29 17:43:15 +05:30
rajeevrajeshuni
eb17ab5020
WIP - adding the config screen
2025-11-29 16:01:49 +05:30
rajeevrajeshuni
aec22ac339
minor UI change
2025-11-29 12:43:10 +05:30
rajeevrajeshuni
aba6619d02
final polishing for the homepage
2025-11-29 10:35:37 +05:30
rajeevrajeshuni
99e7c206af
the highlight kind of works
2025-11-29 10:21:11 +05:30
rajeevrajeshuni
c57d1a9b82
improvements to the home screen of the tui
2025-11-29 09:38:14 +05:30
rajeevrajeshuni
40b8f2b501
WIP - adding first screen for tui
2025-11-29 09:11:09 +05:30
rajeevrajeshuni
4152ecfc1f
adding textual to the project
2025-11-29 08:52:43 +05:30
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
Igor Ilic
d81d63390f
test: Add test for dataset database handler creation
2025-11-28 16:33:46 +01:00
Igor Ilic
a0c5867977
chore: disable backend access control
2025-11-28 14:56:33 +01:00