Commit graph

1912 commits

Author SHA1 Message Date
hajdul88
7357c81079 chore: linting fix 2025-10-17 14:24:25 +02:00
hajdul88
2182b7be5f linting fix 2025-10-17 14:18:13 +02:00
hajdul88
e9f4e2000f feat: adds e2e conversation history test 2025-10-17 14:15:18 +02:00
hajdul88
a3bbeb1c10 chore: generalizes return value in session history 2025-10-17 13:47:02 +02:00
hajdul88
ebb5b94265 chore: unit test fix for cache mocking 2025-10-17 11:06:34 +02:00
hajdul88
30a31889d0 ruff format 2025-10-17 10:30:35 +02:00
hajdul88
339de5a0b8 test fix 2025-10-17 10:25:26 +02:00
hajdul88
47cce90112 test fix 2025-10-17 10:18:39 +02:00
hajdul88
16b073bf8c ruff fix 2025-10-17 10:06:24 +02:00
hajdul88
4a03572f7c feat: adds unit test to conversation history save 2025-10-17 10:06:08 +02:00
hajdul88
2595a419b3 ruff format 2025-10-16 18:25:13 +02:00
hajdul88
cdbdbfd755 feat: adds conversation history to most of the retrievers 2025-10-16 18:24:57 +02:00
hajdul88
9e9489c858 feat: adds conversation history to context if caching is enabled 2025-10-16 17:48:50 +02:00
hajdul88
48c832bf5f feat: set default last n on redisadapter 2025-10-16 17:26:18 +02:00
hajdul88
dc519f5d26 fix: fixes cache default cache config content unit test 2025-10-16 16:28:52 +02:00
hajdul88
91a22e8bc4 feat: adds session id to get_completion methods 2025-10-16 16:26:58 +02:00
hajdul88
7149f8c45b ruff format 2025-10-16 16:13:55 +02:00
hajdul88
fe1b02d937 feat: adds error handling and logging to redis cache 2025-10-16 16:12:50 +02:00
hajdul88
96f2a2f22b ruff format 2025-10-16 15:54:48 +02:00
hajdul88
abe4dfa69a feat: adds session save to retrievers where actual completion is used 2025-10-16 15:07:15 +02:00
hajdul88
36fd44dab2
Merge branch 'feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration' into feature/cog-3160-redis-session-conversation 2025-10-16 12:05:05 +02:00
hajdul88
2bf1619e8f chore: renaming acquire and release methods 2025-10-16 11:47:32 +02:00
hajdul88
0e4c4907e9 feat: centralizes session caching in util function 2025-10-16 10:46:19 +02:00
hajdul88
8454389a7d
Merge branch 'feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration' into feature/cog-3160-redis-session-conversation 2025-10-16 09:43:37 +02:00
hajdul88
d98838342a
Merge branch 'dev' into feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration 2025-10-16 09:43:16 +02:00
Igor Ilic
c9a3f48398 fix: Resolve issue with data element incremental loading for multiple datasets 2025-10-15 18:26:01 +02:00
hajdul88
66280442ac ruff formatting 2025-10-15 18:02:10 +02:00
hajdul88
b36772e8bf feat: adds session_id to all retrievers + updates docstrings 2025-10-15 18:01:13 +02:00
hajdul88
0aa64403c5 feat: basic session behavior (only graph completion now just to save) 2025-10-15 17:51:47 +02:00
hajdul88
df6de7b246 chore: removes SimpleNameSpace (Igor) 2025-10-15 17:47:21 +02:00
hajdul88
2b23455431 feat: adds base class level methods 2025-10-15 17:46:51 +02:00
hajdul88
e7fe66470a feat: adds context variable for the user object 2025-10-15 17:46:28 +02:00
hajdul88
c4545cdaa3 chore: default values for session list expiration 2025-10-15 13:26:06 +02:00
hajdul88
678d7d22d7
Merge branch 'feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration' into feature/cog-3160-redis-session-conversation 2025-10-14 16:44:51 +02:00
hajdul88
41db62dd41
Merge branch 'dev' into feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration 2025-10-14 16:44:34 +02:00
hajdul88
15d7f69af3 feat: adds adapter level basic operations for session management 2025-10-14 15:04:55 +02:00
hajdul88
5399b54b54 feat: adds authentication to redisadapter 2025-10-14 13:54:23 +02:00
Daulet Amirkhanov
04147c3eec Change error logging to warning for missing playwright and protego imports in bs4_crawler.py 2025-10-14 12:47:41 +01:00
hajdul88
3faeee7631 Update test_cache_config.py 2025-10-13 17:46:02 +02:00
hajdul88
0e44a77104 Update test_cache_config.py 2025-10-13 17:45:39 +02:00
hajdul88
d2321a68e8 feat: Finalizing tests 2025-10-13 17:45:00 +02:00
hajdul88
636843fcf1 ruff fix 2025-10-13 17:04:27 +02:00
hajdul88
cf87b833a0 ruff fix 2025-10-13 17:00:49 +02:00
hajdul88
33b97215ce feat: adds end to end concurrent subprocess cognify test 2025-10-13 16:54:36 +02:00
hajdul88
40acb6e4e3 ruff fix 2025-10-13 14:58:46 +02:00
hajdul88
a5c1a2630d Update test_cache_engine.py 2025-10-13 14:56:58 +02:00
hajdul88
9bb47e4231 Merge branch 'dev' into feature/cog-3142-agentic-use-case-kuzu-lock-fix-redis-integration 2025-10-13 09:56:42 +02:00
Vasilije
4ac49dd27f
Merge branch 'dev' into feat/mcp-add-support-for-non-standalone-mode 2025-10-12 13:57:55 +02:00
vasilije
1e90d90a72 Merge branch 'dev' into feature/cog-2871-add-docling-as-data-ingestion-option-to-cognee-add
# Conflicts:
#	.github/workflows/examples_tests.yml
#	poetry.lock
#	uv.lock
2025-10-12 13:06:13 +02:00
vasilije
5527b6e0b3 format done 2025-10-12 11:47:40 +02:00