Skip to content

feat(kg): implement Neo4j knowledge graph service - #4

Merged
HealthInnovators merged 1 commit into
mainfrom
feature/kg-neo4j-graph-service
Jul 30, 2026
Merged

HealthInnovators merged 1 commit into
mainfrom
feature/kg-neo4j-graph-service

Conversation

@prakartii

Copy link
Copy Markdown
Collaborator

Summary

This PR implements the Neo4j-based Knowledge Graph service for AI-RxOS.

What's Added

  • Neo4j database integration
  • Graph node CRUD APIs
  • Graph relationship CRUD APIs
  • Graph versioning support
  • Evidence scoring for relationships
  • Cypher query layer
  • Graph service layer
  • Import endpoints
  • Unit and integration tests

Supported Graph Entities

  • Gene
  • Protein
  • Drug
  • Disease
  • Target
  • Publication
  • Patent

Supported Relationships

  • TREATS
  • TARGETS
  • INTERACTS

Validation

  • Successfully tested node creation and retrieval
  • Successfully tested relationship creation and traversal
  • Verified Neo4j Browser visualization
  • Verified graph versioning
  • Verified evidence scoring
  • All tests passing

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-rx-os Error Error Jul 29, 2026 8:48am

@HealthInnovators
HealthInnovators merged commit e608d44 into main Jul 30, 2026
13 of 16 checks passed

This branch had an error being deployed

1 failed deployment
Preview b9ec7e5d Deployed Jul 29, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants