subh05sus pushed a feature to main that implements a new page ingestion POST endpoint (app/api/pages/ingest/route.ts), enqueuing page embeddings for background cron processing. They also added the @vercel/functions dependency to package.json and updated the lockfile accordingly.

feat: Implement page ingestion API endpoint with background embedding processing and add `@vercel/functions` dependency. - subh05sus/cosmyc-ai