-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Labels
Backend 🔌This requires backend work (ie: DB, business logic).This requires backend work (ie: DB, business logic).BloombergThis issue is reserved for the Bloomberg Mentorship ProgramThis issue is reserved for the Bloomberg Mentorship Program
Description
Note
This issue is reserved for the Bloomberg Mentorship Program.
Description
Currently, in order to add a URL resource to the Resource Database, you have to fill out all these fields yourself:
However our goal is to get to a point where all you need to do is upload a URL, and we will automatically determine the title, description and tags using web scraping and AI. This issue will focus solely on implementing this functionality on the backend.
Acceptance Criteria
- Implement a new function called
addResourceWithAIin theresourcesmodule which accepts aurland creates a new resource in the database using AI to determine the title, description and tags.
Additional Context
- We've done something very similar in the creation flow for opportunities, please see how we implemented
refineOpportunityfor inspiration. - You can use the
getPageContentin order to read the URL's content. - Reach out to us for a test
ANTHROPIC_API_KEYthat you can use in development.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Backend 🔌This requires backend work (ie: DB, business logic).This requires backend work (ie: DB, business logic).BloombergThis issue is reserved for the Bloomberg Mentorship ProgramThis issue is reserved for the Bloomberg Mentorship Program
