Hi everyone, I created a knowledge graph index and saved it using the SimpleGraphStore and StorageContext. But I am not able to find out how to load from file and create a retriever. Not able to find anything in docs.. Would love to have any help on this! 🙂
I was trying to tool calls with Claude haiku 3 (AWS bedrock) but it get lots of error with llm.achat(chat_history, tools=tools). I modified the schema and all, but tool result has different format than regular ChatMessage and I cannot call the llm again with tool result. Please let me know if I am missing something.
I am stuck on this. Lets say I have DAG query pipeline containing various nodes and edges. Now, depending on the value generated in node A, I have to redirect the control either to node B or node C but not both. How can I achieve this conditional control flow in DAG query pipeline. Thanks