Hello team, I am having trouble per Logan M last advice to find how to mimic the old composable graph structure. Per his comment:
tbh the idea of this kind of graph has been slightly abdonded in favor of other tools (sub question query engine, routers, recursive retrievers)
But actually, we recently released this syntax for constructing an arbitrary graph using any components. Let me find the link
My structure before is:
- Thee composable graphs, each graph having 42 documents which can was accessed via langchain toolkit ( each graph was a tool)
- Response_mode = llm to retrieve the document summary index
- After querying with response_mode = llm ( to only query summary) retrieve the relevant document
Any advice would be greatly appreciated