10 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
952386ca0e refactor: make entity handling type-free and simplify entity resolution in knowledge graph 2025-09-09 20:47:34 +05:30
Manoj K
7205b909a4 fix: cyphers to use vector indexes 2025-08-26 23:33:46 +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
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
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
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