31 Commits

Author SHA1 Message Date
Manoj
8a6b06383e feat: add session compaction models and search integration with Neo4j 2025-10-21 14:19:06 +05:30
Harshith Mullapudi
2281dab166 fix: remove space description check 2025-10-09 13:20:50 +05:30
Harshith Mullapudi
bcc0560cf0
Feat: Space (#93)
* Feat: change space assignment from statement to episode

* feat: add default spaces and improve integration, space tools discovery in MCP

* feat: change spaces to episode based

* Feat: take multiple spaceIds while ingesting

* Feat: modify mcp tool descriptions, add spaceId in mcp url

* feat: add copy

* bump: new version 0.1.24

---------

Co-authored-by: Manoj <saimanoj58@gmail.com>
2025-10-09 12:38:42 +05:30
Manoj
27f8740691
Fix: Semantic Search issue (#89)
* Fix: normalization prompt

* Fix: improve knowledge graph and better recall

* fix: add user context to search reranking

* fix: in search log the source

* fix: remove harcoded limit

---------

Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
2025-10-06 14:06:52 +05:30
Harshith Mullapudi
7c737cf51f fix: mcp tool call failing for get_user_profile 2025-10-02 12:25:19 +05:30
Manoj
92ca34a02f
Fix: episode normalization with high complexity model (#80) 2025-10-02 08:48:56 +05:30
Harshith Mullapudi
62fdf6181a 1. fix: when episode is already deleted then directly remove the ingestionQueue
2. fix: mcp tool description
2025-09-22 22:11:35 +05:30
Manoj
a4b6a4f984 fix: skip unchanged docs, and enhance entity extraction prompts 2025-09-19 08:18:59 +05:30
Harshith Mullapudi
3de929cdd1 bump: new version 0.1.22 2025-09-15 12:05:04 +05:30
Harshith Mullapudi
d4c4e16ac2 feat: changed the activity UI 2025-09-15 12:05:04 +05:30
Manoj
952386ca0e refactor: make entity handling type-free and simplify entity resolution in knowledge graph 2025-09-09 20:47:34 +05:30
Harshith Mullapudi
6b165bfa7f fix: onboarding 2025-09-08 23:45:54 +05:30
Harshith Mullapudi
4a0a57cb97
Feat: add documents to the kg (#64)
* Feat: add documents to the kg

* Feat: add versioning to documents

* Fix: invalidation of evolved facts

* fix: mcp return

* fix: invalidAt is not displayed in graph popover

* Fix: use document id for the flow

* refactor: consolidate document versioning around sessionId instead of documentId

* fix: add docs link in welcome email

* fix: give more time for larger graphs to settle on

* bump: new version 0.1.20

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-09-03 12:39:46 +05:30
Harshith Mullapudi
0b88a2cd49 fix: print response to understand email delivery 2025-09-01 19:43:21 +05:30
Manoj K
9e0665c086 feat: add invalidatedBy field to statement model and optimize space queries 2025-08-28 14:16:53 +05:30
Manoj K
7205b909a4 fix: cyphers to use vector indexes 2025-08-26 23:33:46 +05:30
Harshith Mullapudi
6094893330 Fix: remove db.server dependency for prisma from trigger 2025-08-21 18:44:10 +05:30
Harshith Mullapudi
1fa7fd93d5
Feat: spaces (#51)
* feat: Episode ingestion update
Benchmarking CORE

* Feat: Spaces in knowledge graph

* fix: remove daily assignment

* Feat: add spaces

* Feat: spaces

---------

Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-21 11:53:45 +05:30
Manoj
026e2f2cbe
Feat: Improve recall efficiency (#38)
* Feat: Improve recall efficiency
Feat: add extension search API

* Feat: add summary to extension
2025-08-11 04:22:14 -07:00
Manoj K
aa7ae14f95 Fix: activity flow and invalidation in knowledge graph 2025-07-17 23:04:33 +05:30
Manoj K
28803bec17 Feat: Delete episode nodes
Enhance: knowledge graphs with implicit relationships

- Added a new API route for deleting episodes, including related statements and entities.
- Introduced error handling for unauthorized access and non-existent episodes.
- Enhanced the KnowledgeGraphService with methods for resolving entities and managing relationships during deletions.
- Updated entity and episode models to support new deletion logic and ensure data integrity.
2025-07-11 09:17:06 +05:30
Manoj K
39663db274 feat: add user-scoped queries and admin-only reingestion 2025-07-03 15:36:25 +05:30
Manoj K
dec82742fa feat: add explicit invalidation timestamp for statement invalidation 2025-06-25 21:16:45 +05:30
Manoj K
923c7e6549 feat: add GitHub node types and filter entity search by userId 2025-06-23 21:32:32 +05:30
Manoj K
bdf682e5cb feat: add memory normalization before ingestion 2025-06-21 12:32:51 +05:30
Manoj K
33eae2619a feat: entity attributes and timeframe filter in search 2025-06-16 19:23:40 +05:30
Manoj K
02c7b90374 feat: add normalize episode content before storage 2025-06-11 12:38:24 +05:30
Harshith Mullapudi
56adc246c8 Feat: UI changes 2025-06-10 12:26:04 +05:30
Harshith Mullapudi
e62547526b Feat: added website 2025-06-07 10:19:45 +05:30
Manoj K
848153d57a feat: implement hybrid search with BM25, vector and BFS traversal 2025-06-07 10:10:43 +05:30
Manoj K
cf20da9ecd Feat: ingest to graph memory 2025-06-05 17:31:53 +05:30