Skip to content

Commit 51a28eb

Browse files
committed
2 parents 284ba5b + e08ac71 commit 51a28eb

11 files changed

+7
-118
lines changed

examples/direct use/Readme.md

-2
This file was deleted.

examples/direct use/custom_graph.py

-54
This file was deleted.

examples/direct use/graph_builder.py

-23
This file was deleted.

examples/direct use/smart_scraper_graph.py

-17
This file was deleted.

examples/direct use/speech_summary_graph.py

-20
This file was deleted.
File renamed without changes.

examples/graph_evaluation_example.py examples/graph_examples/graph_evaluation_example.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"""
2+
Module for evaluating the graph
3+
"""
14
import os
25
from scrapegraphai.evaluators import TrulensEvaluator
36
from dotenv import load_dotenv
@@ -14,8 +17,10 @@
1417
}
1518

1619
list_of_inputs = [
17-
("List me all the titles and project descriptions", "https://perinim.github.io/projects/", llm_config),
18-
("Who is the author of the project?", "https://perinim.github.io/projects/", llm_config),
20+
("List me all the titles and project descriptions",
21+
"https://perinim.github.io/projects/", llm_config),
22+
("Who is the author of the project?",
23+
"https://perinim.github.io/projects/", llm_config),
1924
("What is the project about?", "https://perinim.github.io/projects/", llm_config)
2025
]
2126

0 commit comments

Comments
 (0)