Skip to content

Conversation

@ekinsenler
Copy link
Contributor

implemented a structured way to parse the graph config and map to the conditions. Currently, this is only to check None returned answers, Future implementation might involve the check for the schema match against the returned result.

graph_config = {
    "llm": {
        "api_key": os.getenv("GROQ_APIKEY"),
        "model": "groq/gemma-7b-it",
    },
    "verbose": True,
    "headless": True,
    "reattempt": True
}

Copy link
Collaborator

@VinciGit00 VinciGit00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please can you add to the pyproject.toml the requirement and in examples/extras an example?

Copy link
Collaborator

@VinciGit00 VinciGit00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok now is ok thank you

@VinciGit00 VinciGit00 changed the base branch from main to pre/beta October 16, 2024 15:52
@VinciGit00 VinciGit00 merged commit aaa011c into ScrapeGraphAI:pre/beta Oct 16, 2024
3 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.27.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 1.27.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants