Knowledge graph loaded for The Lord of the Rings, A Song of Ice and Fire and Berserk.
- Navigate to the project folder.
- Modify
backend/.env_templateand rename/copy tobackend/.env. - Terminal 1 - In the root folder run
neo4j console - Terminal 2 - In the
backendfolder runuv run serve.py - Terminal 3 - In the
frontendfolder runbun run index.ts - Navigate to
localhost://3000on your browser
TODO:
- Custom KG-RAG pipeline
- Non-blocking/async backend
- Convert JS to TS
- Several other modifications