// // SPDX-FileCopyrightText: Copyright (c) 1993-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. // SPDX-License-Identifier: Apache-2.0 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // "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 */}

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

) }