You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use langgraph to construct a RAG program, I failed to config the library configurations. I hope that the LLM node can be RAGed through the library, but in the case of langgraph syntax, I have to define a tool node and let the LLM model node use this tool node to achieve it.
so, is there any more convenient ways to achieve this? Such as, I can config the library when defining the LLM node?
The text was updated successfully, but these errors were encountered:
When I use langgraph to construct a RAG program, I failed to config the library configurations. I hope that the LLM node can be RAGed through the library, but in the case of langgraph syntax, I have to define a tool node and let the LLM model node use this tool node to achieve it.
so, is there any more convenient ways to achieve this? Such as, I can config the library when defining the LLM node?
The text was updated successfully, but these errors were encountered: