A demo application showcasing vector search vs. knowledge graph-based retrieval approaches.
- Chat interface with query comparison
- Vector-only search endpoint
- Knowledge graph-enhanced search endpoint
# Install dependencies
npm install
# Run the development server
npm run dev
Open http://localhost:3000 in your browser to see the application.
app/
- Next.js application routes and pagesapp/api/
- API endpoints for vector and knowledge graph queriescomponents/
- React components including chat interfacehooks/
- Custom React hookslib/
- Utility functionspublic/
- Static assets