Skip to content

Commit d94195f

Browse files
committed
WIP
1 parent be16fec commit d94195f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
16.7 KB
Loading

scrapegraphai/graphs/smart_scraper_graph_hamilton.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ def parse_node(fetch_node: Document, chunk_size: int) -> list[Document]:
3535

3636
pass
3737

38-
def rag_node(parse_node: list[Document]) -> list[Document]:
38+
def rag_node(parse_node: list[Document], llm_model: object, embedder_model: object) -> list[Document]:
3939
pass
4040

41-
def generate_answer_node(rag_node: list[Document]) -> str:
41+
def generate_answer_node(rag_node: list[Document], llm_model: object) -> str:
4242
pass
4343

4444

0 commit comments

Comments
 (0)