Evaluate to implement other use cases from langgraph tutorial
bsorrentino opened this issue · 3 comments
bsorrentino commented
Original langgraph tutorial contains a lot of interesting examples, I would implements others to promote langgraph4j as first citizen in langchain4j eco-system:
RAG
- Agentic RAG
- Corrective RAG (CRAG)
- Corrective RAG (CRAG) using local LLMs
- Self-RAG
- Self-RAG using local LLMs
- SQL Agent
Agent Architectures
Multi-Agent Systems
Planning Agents
Reflection & Critique
243006306 commented
That's really great. When will these RAG and Agent frameworks be combined with Langchain4j for an example! I have been following langchain4j and langgraph4j all along.
bsorrentino commented
Hi @243006306 thanks for interest
However Agent Executor and Adaptive RAG are already available
ArnWEB commented
This project looks interesting. Currently going through the code base , please let me know if you want me to contribute on anything. Thanks