mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
ef90e8e672
# Description
Major PR which, among other things, introduces the possibility of easily
customizing the retrieval workflows. Workflows are based on LangGraph,
and can be customized using a [yaml configuration
file](core/tests/test_llm_endpoint.py), and adding the implementation of
the nodes logic into
[quivr_rag_langgraph.py](
|
||
---|---|---|
.. | ||
brain | ||
files | ||
llm | ||
processor | ||
storage | ||
__init__.py | ||
base_config.py | ||
chat.py | ||
config.py | ||
models.py | ||
prompts.py | ||
quivr_rag_langgraph.py | ||
quivr_rag.py | ||
utils.py |