"use client" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from "@/components/ui/dialog" import { Info, Sparkles, Eye, Upload, Zap } from "lucide-react" export function InfoModal() { return (
Text to Knowledge Graph
An AI-powered platform that transforms your documents into structured knowledge graphs. Extract meaningful relationships from text using state-of-the-art language models and visualize your data in interactive, explorable formats.
{/* Key Features Section */}

Key Features

Knowledge Triple Extraction: Automatically identify subject-predicate-object relationships from your text documents

Interactive Visualization: Explore relationships through dynamic, interactive knowledge graphs

Multi-Format Export: Export your knowledge graphs in JSON, CSV, and PNG formats

AI-Powered: Leverage cutting-edge language models including NVIDIA, OpenAI, and Ollama

{/* How to Use Section */}

How to Use

1. Upload Documents

Upload markdown, CSV, text, or JSON files to get started

2. Configure Models

Select your preferred language model and configure processing options

3. Extract Knowledge

Process your documents to generate structured knowledge triples

4. Visualize & Explore

Navigate your knowledge graph in 2D or 3D interactive visualizations

{/* Powered by NVIDIA Section */}
POWERED BY NVIDIA AI

Built with NVIDIA's advanced AI infrastructure and optimized for enterprise-grade knowledge extraction workflows.

) }