Pdf: Pam Godwin Dark Notes

:

// client/src/components/DarkNotesExplorer.tsx import useState from "react"; import PDFViewer from "./PDFViewer"; // wrapper around pdf.js import InsightPanel from "./InsightPanel"; pam godwin dark notes pdf

app.post("/api/search", async (req, res) => const query, top_k = 8 = req.body; const results = await vectorSearch(req.user.id, query, top_k); res.json(results); // [text, page, score] ); : // client/src/components/DarkNotesExplorer