Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 747 Bytes

File metadata and controls

30 lines (21 loc) · 747 Bytes

OpenAI Academy Knowledge Graph Demo

A demo application showcasing vector search vs. knowledge graph-based retrieval approaches.

Features

  • Chat interface with query comparison
  • Vector-only search endpoint
  • Knowledge graph-enhanced search endpoint

Getting Started

# Install dependencies
npm install

# Run the development server
npm run dev

Open http://localhost:3000 in your browser to see the application.

Project Structure

  • app/ - Next.js application routes and pages
  • app/api/ - API endpoints for vector and knowledge graph queries
  • components/ - React components including chat interface
  • hooks/ - Custom React hooks
  • lib/ - Utility functions
  • public/ - Static assets