Skip to content
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]: Website scraping depth #1190

Closed
shatfield4 opened this issue Apr 25, 2024 · 1 comment · Fixed by #1191
Closed

[FEAT]: Website scraping depth #1190

shatfield4 opened this issue Apr 25, 2024 · 1 comment · Fixed by #1191
Assignees
Labels
enhancement New feature or request feature request

Comments

@shatfield4
Copy link
Collaborator

shatfield4 commented Apr 25, 2024

What would you like to see?

We should create a data connector that allows scraping websites with a configurable depth

  • Should scrape all <a> tags on the site and look for all links that match the original domain name then scrape X levels deep
  • Should all be done using the existing puppeteer instance that is already used for scraping links
@shatfield4 shatfield4 added enhancement New feature or request feature request labels Apr 25, 2024
@shatfield4 shatfield4 self-assigned this Apr 25, 2024
@shatfield4 shatfield4 linked a pull request Apr 26, 2024 that will close this issue
10 tasks
@flefevre
Copy link

flefevre commented May 1, 2024

Is there any documentation on website querying?
I have seen anythingllm is compatible with Web site but no way to find the documentation.
Thanks for the links/help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants