-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search and Scrape Webpages #23
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@toyamarinyon I got the error in preview https://giselle-1rwcfr8c0-r06-edge.vercel.app/p/agnt_gjujxm4uhoc87hqzumrh2qh0 .
Could you verify the operation in the preview environment? |
Maybe the environment variables were set after the Vercel deployment? 🤔 |
@shige I Yes, a redeployment was necessary. Also, a database migration was needed, so I'll make some adjustments. |
Thanks! I'll check it after CI passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
All done! 🧑💻 |
Summary
Search web pages using a query derived from the user's request and scrape each page.
Scraped data transform markdown and persistence to Vercel Blob
Private beta users can try out this prototype.
It does not affect other users.
Changes
Add
webSearches
property intographv2
column ofagents
table.Release flow