Code Monkey home page Code Monkey logo

Comments (4)

PeriniM avatar PeriniM commented on August 26, 2024 5

Hei @rawmean, we will add it in the to-do list for feature requests! It would be interesting to create a new graph for this and maybe calling it CrawlerGraph or DeepScraperGraph

from scrapegraph-ai.

mayurdb avatar mayurdb commented on August 26, 2024 3

I'll try to take a stab at it.
This is what I'm thinking:
Input: URL

  1. FetchNode
  2. ParseNode
  3. RAGNode
  4. SearchLinkNode -> Get all the links on the page
  5. (new) LinkFilterNode -> Filter out potentially relevant links
  6. (new) RepeaterNode -> Executes graph from child node onwards once for each of the input link in parallel
  7. FetchNode
  8. ParseNode
  9. RAGNode
  10. (new) ContainsAnswerNode -> A new node type that can tell if the currect content contains the answer
  11. (new) ConditionalNode -> A new node with two children, if parent returns true, pick child 1 or else pick child 2
    12a. GenerateAnswerNode
    12b. Go to step 4 for next level of depth

Let me know if this looks reasonable or if you have any other plan/better alternative that you can think of

from scrapegraph-ai.

VinciGit00 avatar VinciGit00 commented on August 26, 2024 1

Yeah, pls contact me thorough email ([email protected])

from scrapegraph-ai.

ChrisDelClea avatar ChrisDelClea commented on August 26, 2024

Sounds really intresting.

from scrapegraph-ai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.