{"id":29460070,"url":"https://github.com/bneweling/neuronode","last_synced_at":"2025-10-23T19:52:58.656Z","repository":{"id":302157710,"uuid":"1011459944","full_name":"bneweling/neuronode","owner":"bneweling","description":"🧠 Neuronode - Enterprise-grade Knowledge Management System with LiteLLM, Neo4j, and Vector Search. AI-powered document processing, intelligent relationship discovery, and advanced query orchestration.","archived":false,"fork":false,"pushed_at":"2025-07-06T19:34:59.000Z","size":4478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T02:12:39.802Z","etag":null,"topics":["ai","document-processing","enterprise","knowledge-management","litellm","llm","neo4j","python","typescript","vector-search"],"latest_commit_sha":null,"homepage":"https://neuronode.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bneweling.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-30T21:16:06.000Z","updated_at":"2025-07-05T15:46:11.000Z","dependencies_parsed_at":"2025-06-30T22:39:53.181Z","dependency_job_id":null,"html_url":"https://github.com/bneweling/neuronode","commit_stats":null,"previous_names":["bneweling/neuronode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bneweling/neuronode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bneweling%2Fneuronode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bneweling%2Fneuronode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bneweling%2Fneuronode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bneweling%2Fneuronode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bneweling","download_url":"https://codeload.github.com/bneweling/neuronode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bneweling%2Fneuronode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280683816,"owners_count":26372970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","document-processing","enterprise","knowledge-management","litellm","llm","neo4j","python","typescript","vector-search"],"created_at":"2025-07-14T02:01:21.568Z","updated_at":"2025-10-23T19:52:58.618Z","avatar_url":"https://github.com/bneweling.png","language":"Python","readme":"# 🧠 Neuronode - Enterprise Knowledge Management System\n\n**Version:** 2.0  \n**Status:** Produktionsreif  \n**Letzte Aktualisierung:** Januar 2025\n\nNeuronode ist ein enterprise-grade KI-gestütztes Wissensmanagementsystem, das strukturierte Graph-Datenbanken mit Vektor-Embeddings kombiniert, um sowohl semantische Suche als auch komplexe Beziehungsanalysen zu ermöglichen.\n\n## 🚀 **ÜBERSICHT**\n\n### **Was ist Neuronode?**\n\nNeuronode transformiert unstrukturierte Dokumente in ein intelligentes, durchsuchbares Knowledge Graph. Das System nutzt moderne KI-Modelle über LiteLLM für:\n\n- **Dokumentverarbeitung**: Multi-Format-Support (PDF, DOCX, TXT, XML, etc.)\n- **Intelligente Extraktion**: Automatische Entitäts- und Beziehungserkennung\n- **Hybrid-Suche**: Kombination aus semantischer Vektorsuche und Graph-Traversierung\n- **Natürliche Sprache**: Chat-Interface für komplexe Wissensabfragen\n- **Visualisierung**: Interaktive Knowledge Graph-Darstellung\n\n### **Kernfeatures**\n\n- ✅ **27 Smart-Alias AI-Modelle** über LiteLLM-Integration\n- ✅ **Enterprise-Sicherheit** mit JWT, RBAC und Rate Limiting\n- ✅ **Multi-Format-Dokumentenverarbeitung** \n- ✅ **Real-time Chat-Interface** mit Kontext-Awareness\n- ✅ **Interaktive Graph-Visualisierung**\n- ✅ **Umfassendes Testing** mit 100% E2E-Coverage\n- ✅ **Performance-optimiert** für Enterprise-Workloads\n\n## 📋 **SCHNELLSTART**\n\n### **Systemanforderungen**\n- Docker \u0026 Docker Compose\n- Node.js 18+ (für Frontend-Entwicklung)\n- 8GB RAM (minimum), 16GB empfohlen\n- 50GB freier Speicherplatz\n\n### **1. Repository klonen**\n```bash\ngit clone \u003crepository-url\u003e\ncd neuronode\n```\n\n### **2. Umgebung konfigurieren**\n```bash\n# API-Keys konfigurieren (erforderlich für Produktivbetrieb)\ncp neuronode-backend/env.example neuronode-backend/.env\n\n# API-Keys in .env eintragen:\n# OPENAI_API_KEY=sk-...\n# ANTHROPIC_API_KEY=sk-ant-...\n# GOOGLE_API_KEY=...\n```\n\n### **3. Services starten**\n```bash\n# Alle Services starten (Backend + LiteLLM + Datenbanken)\ncd neuronode-backend\n./manage.sh start\n\n# Frontend starten (separates Terminal)\ncd neuronode-webapp\nnpm install\nnpm run dev\n```\n\n### **4. System validieren**\n```bash\n# Health Checks\ncurl http://localhost:8001/health    # Backend API\ncurl http://localhost:4000/health    # LiteLLM Proxy\nopen http://localhost:3000           # Frontend\nopen http://localhost:4000/ui        # LiteLLM Admin UI\n```\n\n## 🏗️ **ARCHITEKTUR**\n\n### **Service-Überblick**\n```\nFrontend (Next.js)     → http://localhost:3000\n├── Backend API        → http://localhost:8001\n├── LiteLLM Proxy      → http://localhost:4000\n├── Neo4j Graph DB     → bolt://localhost:7687\n├── ChromaDB Vectors   → http://localhost:8000\n├── PostgreSQL         → localhost:5432\n└── Redis Cache        → localhost:6379\n```\n\n### **Datenfluss**\n1. **Upload**: Dokumente über Web-Interface hochladen\n2. **Processing**: Automatische Klassifikation und Chunking\n3. **Extraction**: KI-basierte Entitäts- und Beziehungserkennung\n4. **Storage**: Hybrid-Speicherung in Graph- und Vector-Datenbank\n5. **Query**: Natürliche Sprache → Hybrid Retrieval → KI-Antwort\n\n## 🔧 **VERWENDUNG**\n\n### **Dokumente hochladen**\n1. Frontend öffnen: http://localhost:3000\n2. \"Upload\" → Datei auswählen → Upload starten\n3. Processing-Status verfolgen\n4. Dokument in Knowledge Graph verfügbar\n\n### **Wissen abfragen**\n1. \"Chat\" → Natürliche Frage eingeben\n2. System kombiniert Graph- und Vektor-Suche\n3. KI generiert kontextuelle Antwort mit Quellen\n4. Ergebnisse in Graph visualisieren\n\n### **Graph erkunden**\n1. \"Graph\" → Interaktive Visualisierung\n2. Knoten und Beziehungen explorieren\n3. Filter und Suchfunktionen nutzen\n4. Export-Funktionen verfügbar\n\n## 🧪 **TESTING**\n\n### **E2E Tests ausführen**\n```bash\n# Vollständige E2E-Test-Suite\ncd neuronode-webapp\nnpm run test:e2e\n\n# Spezifische Test-Szenarien\nnpx playwright test user-journey-complete-workflow.spec.ts\nnpx playwright test performance-scalability.spec.ts\n```\n\n### **Backend Tests**\n```bash\ncd neuronode-backend\npytest tests/ -v --cov=src --cov-report=html\n```\n\n### **Test-Coverage**\n- **Unit Tests**: 90%+ Coverage\n- **Integration Tests**: 80%+ Coverage  \n- **E2E Tests**: 100% Critical Path Coverage\n\n## 📊 **MONITORING**\n\n### **System Health**\n```bash\n# Service Status überprüfen\n./manage.sh status\n\n# Service Logs anzeigen\n./manage.sh logs\n\n# Performance Metriken\ncurl http://localhost:8001/metrics\n```\n\n### **LiteLLM Monitoring**\n- **Admin UI**: http://localhost:4000/ui\n- **Model Performance**: Real-time Analytics\n- **Cost Tracking**: Token Usage \u0026 API Costs\n- **Rate Limits**: Request Throttling Status\n\n## 🔐 **SICHERHEIT**\n\n### **Produktionseinstellungen**\n```bash\n# API-Keys niemals in Git committen\n# Nur in .env oder Environment Variables\n\n# LiteLLM Authentifizierung aktivieren\nDISABLE_AUTH=false\nUI_USERNAME=admin\nUI_PASSWORD=secure-password-2025\n\n# JWT-Konfiguration\nJWT_SECRET_KEY=your-secure-secret\nLITELLM_MASTER_KEY=sk-your-master-key\n```\n\n### **Sicherheitsfeatures**\n- ✅ JWT-basierte Authentifizierung\n- ✅ Role-Based Access Control (RBAC)\n- ✅ API Rate Limiting\n- ✅ Input Validation \u0026 Sanitization\n- ✅ Audit Logging\n\n## 🚀 **DEPLOYMENT**\n\n### **Development**\n```bash\n./manage.sh start     # Lokale Entwicklung\nnpm run dev           # Frontend mit Hot-Reload\n```\n\n### **Production**\n```bash\n# Docker Compose für Production\ndocker-compose -f deployment/docker-compose.production.yml up -d\n\n# Environment Variables konfigurieren\ncp deployment/production-env.template .env\n# API-Keys und Passwörter konfigurieren\n```\n\n### **Skalierung**\n- **Horizontal**: Stateless Services, Load Balancing\n- **Datenbank**: Neo4j Clustering, ChromaDB Partitionierung\n- **Performance**: Redis Caching, Connection Pooling\n\n## 📚 **DOKUMENTATION**\n\n### **Vollständige Dokumentation**\n- **[Getting Started](docs/1_getting_started.md)**: Detaillierte Installation\n- **[Architektur](docs/2_architecture.md)**: System-Design und Komponenten\n- **[Datenmodell](docs/2_data_model.md)**: Schema und Beziehungen\n- **[Workflows](docs/3_workflows.md)**: Entwicklungs-Prozesse\n- **[Deployment](docs/4_deployment.md)**: Production Setup\n- **[Komponenten](docs/5_components.md)**: Feature-Details\n- **[Testing](docs/7_enterprise_testing.md)**: Umfassende Test-Strategie\n- **[Troubleshooting](docs/6_troubleshooting.md)**: Fehlerbehebung\n\n### **API-Dokumentation**\n- **Swagger UI**: http://localhost:8001/docs\n- **Interactive API**: Vollständige Endpoint-Dokumentation\n- **Authentication**: JWT-basierte API-Authentifizierung\n\n## 🛠️ **ENTWICKLUNG**\n\n### **Projekt-Struktur**\n```\nneuronode/\n├── neuronode-backend/         # Backend Services\n│   ├── src/                   # Python Source Code\n│   ├── tests/                 # Backend Tests\n│   ├── docker-compose.yml     # Development Services\n│   └── manage.sh              # Service Management\n├── neuronode-webapp/          # Frontend Application\n│   ├── src/                   # Next.js Source Code\n│   ├── tests/                 # E2E Tests\n│   └── package.json           # Frontend Dependencies\n└── docs/                      # Dokumentation\n```\n\n### **Beitragen**\n1. **Issues**: GitHub Issues für Bugs und Feature Requests\n2. **Pull Requests**: Feature Branches → Main\n3. **Testing**: Alle Tests müssen bestehen\n4. **Code Style**: ESLint + Prettier für Frontend, Black für Backend\n\n### **Technologie-Stack**\n- **Backend**: Python, FastAPI, Neo4j, ChromaDB, Redis\n- **Frontend**: Next.js, TypeScript, Material Web Components\n- **AI/ML**: LiteLLM, OpenAI, Anthropic, Google AI\n- **Infrastructure**: Docker, PostgreSQL, NGINX\n\n## 📈 **PERFORMANCE**\n\n### **Benchmarks**\n- **Dokumentverarbeitung**: \u003c 30 Sekunden (Standard-PDFs)\n- **Chat-Antworten**: \u003c 5 Sekunden (komplexe Abfragen)\n- **Graph-Visualisierung**: \u003c 3 Sekunden (bis 1000 Knoten)\n- **Concurrent Users**: 100+ gleichzeitig unterstützt\n\n### **Optimierungen**\n- **Caching**: Redis für häufige Abfragen\n- **Async Processing**: Non-blocking I/O\n- **Smart Routing**: Model-spezifische Optimierungen\n- **Resource Management**: Memory-effiziente Verarbeitung\n\n## 🏆 **STATUS \u0026 ROADMAP**\n\n### **Aktuelle Version (2.0)**\n- ✅ LiteLLM Integration (27 Modelle)\n- ✅ Enterprise Testing Framework\n- ✅ Production-Ready Security\n- ✅ Comprehensive Documentation\n- ✅ Performance Optimizations\n\n### **Nächste Releases**\n- **Q1 2025**: Multi-Language Support, Enhanced Analytics\n- **Q2 2025**: Advanced Visualizations, API v2\n- **Q3 2025**: Enterprise Integrations, Advanced Security\n\n## 📞 **SUPPORT**\n\n### **Community**\n- **GitHub**: Issues, Diskussionen, Feature Requests\n- **Dokumentation**: Umfassende Guides und Tutorials\n- **Examples**: Code-Beispiele und Use Cases\n\n### **Enterprise Support**\n- **Professional Services**: Implementation Support\n- **Custom Development**: Feature-Entwicklung\n- **Training**: Team-Schulungen und Best Practices\n\n---\n\n**Neuronode - Transforming Knowledge into Intelligence** 🧠✨\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbneweling%2Fneuronode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbneweling%2Fneuronode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbneweling%2Fneuronode/lists"}