Langchain mulltiple edges error, Graph Parallel Processing
·
개발/파이썬
Error MessageValueError: Already found path for node 'make_keyword'.For multiple edges, use StateGraph with an annotated state key.My Graphdef CompilingGraph(): workflow = StateGraph(AgentState) # Make keyword workflow.add_node("make_keyword", RunHCXRewrite) # generate_prompt # Data Search workflow.add_node("retrieve_api_desc", RetriveAPIDesc) workflow.add_node("retrieve_api_t..