QuivrHQ / quivr

Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
https://core.quivr.com
Other
36.61k stars 3.57k forks source link

Remplacer LangChain LCEL par LangGraph #3109

Open linear[bot] opened 2 months ago

linear[bot] commented 2 months ago

Aujourd'hui, nous utilisons LangChain Expression Language (LCEL) pour construire notre pipeline de RAG dans backend/core/quivr_core/quivr_rag.py.

LCEL ne permet de faire que des pipelines de type DAG (sans cycle) et, de plus, est peu intuitive et difficile à debugger. Nous allons donc utiliser LangGraph, qui est une librairie plus flexible et intuitive.

linear[bot] commented 2 months ago

CORE-175 Remplacer LangChain LCEL par LangGraph

StanGirard commented 2 months ago

Sounds good to me, fix the conflict first

StanGirard commented 2 months ago

3128