File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
# ************************************************
29
29
30
30
search_graph = SearchGraph (
31
- prompt = "List me the best escursions near Trento " ,
31
+ prompt = "List me Chioggia's famous dishes " ,
32
32
config = graph_config
33
33
)
34
34
Original file line number Diff line number Diff line change 11
11
from .base_node import BaseNode
12
12
13
13
14
- _default_batchsize = 4
14
+ _default_batchsize = 2
15
15
16
16
17
17
class GraphIteratorNode (BaseNode ):
@@ -118,7 +118,7 @@ async def _async_run(graph):
118
118
119
119
# creates a deepcopy of the graph instance for each endpoint
120
120
for url in urls :
121
- instance = copy .deepcopy (graph_instance )
121
+ instance = copy .copy (graph_instance )
122
122
instance .source = url
123
123
124
124
participants .append (instance )
You can’t perform that action at this time.
0 commit comments