Skip to content

Conversation

@harshalmore31
Copy link
Collaborator

…and relationship detection

  • Added new tables for memory entities and relationships in the database schema to support graph-based search.
  • Introduced EntityExtractionService for extracting entities from memory content, including relevance scoring and context.
  • Developed RelationshipDetectionService to automatically detect and create relationships between memories based on shared entities and semantic similarity.
  • Created MemoryStorageHook to facilitate automatic graph building when memories are stored.
  • Enhanced Pydantic models to include new enums and configurations for graph search strategies and scoring weights.
  • Implemented batch processing capabilities for entity extraction and relationship detection.
  • Added comprehensive logging for tracking entity extraction and relationship creation processes.
…and relationship detection

- Added new tables for memory entities and relationships in the database schema to support graph-based search.
- Introduced EntityExtractionService for extracting entities from memory content, including relevance scoring and context.
- Developed RelationshipDetectionService to automatically detect and create relationships between memories based on shared entities and semantic similarity.
- Created MemoryStorageHook to facilitate automatic graph building when memories are stored.
- Enhanced Pydantic models to include new enums and configurations for graph search strategies and scoring weights.
- Implemented batch processing capabilities for entity extraction and relationship detection.
- Added comprehensive logging for tracking entity extraction and relationship creation processes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants