quivr/backend/core/quivr_core
Stan Girard b767f19f28
feat(assistant): cdp (#3305)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):

---------

Co-authored-by: Zewed <dewez.antoine2@gmail.com>
2024-10-03 06:46:59 -07:00
..
brain feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
files feat: save and load brain (#3202) 2024-09-13 06:35:28 -07:00
llm feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
processor feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
storage feat: save and load brain (#3202) 2024-09-13 06:35:28 -07:00
__init__.py feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
base_config.py feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
chat.py feat(assistant): cdp (#3305) 2024-10-03 06:46:59 -07:00
config.py feat(assistant): cdp (#3305) 2024-10-03 06:46:59 -07:00
models.py feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
prompts.py feat(assistant): cdp (#3305) 2024-10-03 06:46:59 -07:00
quivr_rag_langgraph.py feat(assistant): cdp (#3305) 2024-10-03 06:46:59 -07:00
quivr_rag.py feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00
utils.py feat: introducing configurable retrieval workflows (#3227) 2024-09-23 09:11:06 -07:00