21 Commits

Author SHA1 Message Date
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
Manoj
92ca34a02f
Fix: episode normalization with high complexity model (#80) 2025-10-02 08:48:56 +05:30
Manoj
f539ad1ecd
Feat: AWS bedrock support (#78)
* Feat: add support to AWS bedrock

* Feat: add token counter
Feat: high, low complexity model based on task

* feat: add model complexity selection for batch processing tasks
2025-10-01 11:45:35 +05:30
Manoj
a4b6a4f984 fix: skip unchanged docs, and enhance entity extraction prompts 2025-09-19 08:18:59 +05:30
Harshith Mullapudi
c1c93e0cb1 fix: ui fixes 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
Manoj
df711b1af6 feat: reduce chunk size to 1-3k tokens and add user profile memory tool 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
Manoj K
89c37a0360 Fix: improve knowledge graph and recall 2025-08-27 11:24:59 +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 K
aa7ae14f95 Fix: activity flow and invalidation in knowledge graph 2025-07-17 23:04:33 +05:30
Manoj K
769c79f773 Feat: add ingestion rules and web search to chat 2025-07-15 22:02:41 +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
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
e62547526b Feat: added website 2025-06-07 10:19:45 +05:30
Manoj K
cf20da9ecd Feat: ingest to graph memory 2025-06-05 17:31:53 +05:30
Manoj K
dcf10aeb71 fix: update extract statement query 2025-06-04 10:51:57 +05:30
Manoj K
96d829642b refactor: implement statement extraction and resolution 2025-06-03 19:20:56 +05:30
Manoj K
80cf012528 feat: implement graph v0 2025-06-02 22:10:08 +05:30