mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
8cfdf53fe7
# Description Using LangGraph instead of LangChain LCEL to build and run the RAG pipeline, as LangGraph enables greater flexibility and an easier maintainability of complex (agentic) pipelines Completes CORE-175 ## Checklist before requesting a review Please delete options that are not relevant. - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged ## Screenshots (if appropriate): --------- Co-authored-by: Stan Girard <girard.stanislas@gmail.com> |
||
---|---|---|
.. | ||
brain | ||
files | ||
llm | ||
processor | ||
storage | ||
__init__.py | ||
chat_llm.py | ||
chat.py | ||
config.py | ||
models.py | ||
prompts.py | ||
quivr_rag_langgraph.py | ||
quivr_rag.py | ||
utils.py |