Replies: 1 comment 2 replies
-
Hi there! I'm not sure I fully understand the question so some elaboration could help. Assuming each search_engine_* is a function - that for loop would add N nodes to your graph builder, but then the way you route to those nodes would still be determined by the edges you put in the graph. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have like multiple search engines depending on the config, and it is a list of search engine type:
When I tried to construct a graph:
And after that, I only got results from one search engine(the last one).
Beta Was this translation helpful? Give feedback.
All reactions