You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, backend/core/quivr_core/chat_llm.py and backend/api/quivr_api/modules/chat_llm_service/chat_llm_service.py largely duplicate the code in brain.py and rag_service.py . With the newly introduced workflows and yaml configuration file, we can simply create (at run-time) a different workflow which only contains the filter_history and generate steps, thus removing from the codebase these redundant classes
The text was updated successfully, but these errors were encountered:
Currently,
backend/core/quivr_core/chat_llm.py
andbackend/api/quivr_api/modules/chat_llm_service/chat_llm_service.py
largely duplicate the code inbrain.py
andrag_service.py
. With the newly introduced workflows and yaml configuration file, we can simply create (at run-time) a different workflow which only contains the filter_history and generate steps, thus removing from the codebase these redundant classesThe text was updated successfully, but these errors were encountered: