mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-15 21:00:44 +08:00
fix: import error
This commit is contained in:
parent
4cd21f500d
commit
37b6ba08ae
@ -30,7 +30,7 @@ dependencies = [
|
||||
"undetected-playwright>=0.3.0",
|
||||
"google>=3.0.0",
|
||||
"langchain-ollama>=0.1.3",
|
||||
|
||||
"simpleeval>=1.0.0",
|
||||
"semchunk==2.2.0",
|
||||
"transformers==4.44.2",
|
||||
"qdrant-client>=1.11.3",
|
||||
|
||||
@ -445,6 +445,8 @@ setuptools==75.1.0
|
||||
# via grpcio-tools
|
||||
sf-hamilton==1.73.1
|
||||
# via burr
|
||||
simpleeval==1.0.0
|
||||
# via scrapegraphai
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
smmap==5.0.1
|
||||
|
||||
@ -328,6 +328,8 @@ sentencepiece==0.2.0
|
||||
# via mistral-common
|
||||
setuptools==75.1.0
|
||||
# via grpcio-tools
|
||||
simpleeval==1.0.0
|
||||
# via scrapegraphai
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
sniffio==1.3.1
|
||||
|
||||
@ -8,7 +8,8 @@ from .abstract_graph import AbstractGraph
|
||||
from ..nodes import (
|
||||
FetchNode,
|
||||
ParseNode,
|
||||
GenerateScraperNode
|
||||
GenerateScraperNode,
|
||||
ConditionalNode
|
||||
)
|
||||
|
||||
class ScriptCreatorGraph(AbstractGraph):
|
||||
|
||||
@ -15,7 +15,7 @@ from ..nodes import (
|
||||
)
|
||||
from ..utils.copy import safe_deepcopy
|
||||
|
||||
class SmartScraperMultiCondGraph(AbstractGraph):
|
||||
class SmartScraperMultiConcatGraph(AbstractGraph):
|
||||
"""
|
||||
SmartScraperMultiConditionalGraph is a scraping pipeline that scrapes a
|
||||
list of URLs and generates answers to a given prompt.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user