QuivrHQ / quivr

Open-source RAG Framework for building GenAI Second Brains 🧠 Build productivity assistant (RAG) ⚡️🤖 Chat with your docs (PDF, CSV, ...) & apps using Langchain, GPT 3.5 / 4 turbo, Private, Anthropic, VertexAI, Ollama, LLMs, Groq that you can share with users ! Efficient retrieval augmented generation framework
https://quivr.com
Other
36.07k stars 3.5k forks source link

Enable LangGraph nodes from external modules #3249

Open jacopo-chevallard opened 2 hours ago

jacopo-chevallard commented 2 hours ago

Currently, all nodes used in our retrieval pipeline are defined in the QuivrQARAGLangGraph class in backend/core/quivr_core/quivr_rag_langgraph.py.

We want to enable nodes to be defined in external (proprietary) modules, for instance in quivr-api

linear[bot] commented 2 hours ago

CORE-208 Enable LangGraph nodes from external modules