-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
feat: add scrapegraph request to template #6337
base: main
Are you sure you want to change the base?
Conversation
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.
Hey @VinciGit00
Thank you for the template!
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.
This is won't work. You should remove this.
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.
@edwinjosechittilappilly told me to do that
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.
@VinciGit00 I believe it was a miscommunication.
Suggestion for the templates: We only need the JSON files.
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.
@edwinjosechittilappilly take a look now and let me know if it is ok
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.
suggestions added
src/backend/base/langflow/initial_setup/starter_projects/__init__.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Edwin Jose <[email protected]>
@edwinjosechittilappilly Did it |
@ogabrielluiz Langflow fails to start with the template. |
This pull request introduces a new starter project template for web scraping using ScrapeGraph AI. The template is designed to extract structured data from any website by inputting a URL, a prompt, and an API key.
New starter project template:
Scraping website.json
insrc/backend/base/langflow/initial_setup/starter_projects/
that includes nodes for URL input, scraping prompt, API key input, ScrapeGraph scraper, and text output. The template also defines the edges connecting these nodes to facilitate the data flow.