From 37135b70aabe7c93d40c2e6b6fe28acaac76b744 Mon Sep 17 00:00:00 2001 From: Prince Badsiwal Date: Sun, 6 Sep 2026 18:38:09 +0530 Subject: [PATCH] docs: document vector compilation architecture in server Co-authored-by: dev-partner --- server.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server.js b/server.js index f0b0bfa..80c0031 100644 --- a/server.js +++ b/server.js @@ -138,3 +138,5 @@ app.get('/api/video-info', async (req, res) => { app.listen(PORT, () => { console.log(`[Server] YouTube-to-PDF backend running on http://localhost:${PORT}`); }); + +// TubeNotes Engine: High-performance vector compilation architecture