quivr/backend/core/quivr_core
Stan Girard b5f31a83d4
feat(azure): quivr compatible with it (#3005)
# 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):
2024-08-14 06:00:19 -07:00
..
brain feat: move parsers quivr core (#2884) 2024-07-22 01:09:02 -07:00
files feat: quivr core tox test + parsers (#2929) 2024-07-30 18:49:12 +02:00
llm feat(azure): quivr compatible with it (#3005) 2024-08-14 06:00:19 -07:00
processor fix: processor quivr version (#2934) 2024-07-31 21:57:28 +02:00
storage feat: move parsers quivr core (#2884) 2024-07-22 01:09:02 -07:00
__init__.py feat: add chat with models (#2933) 2024-08-06 05:51:27 -07:00
chat_llm.py feat(frontend): talk with models and handle code markdown (#2980) 2024-08-08 07:21:28 -07:00
chat.py feat: add chat with models (#2933) 2024-08-06 05:51:27 -07:00
config.py feat: quivr api use quivr core (#2868) 2024-07-15 10:10:03 -07:00
models.py feat: Add brain_id and brain_name to ChatLLMMetadata model (#2968) 2024-08-07 11:47:33 -07:00
prompts.py fix: quiv core stream duplicate and quivr-core rag tests (#2852) 2024-07-12 06:07:39 -07:00
quivr_rag.py feat: quivr core tox test + parsers (#2929) 2024-07-30 18:49:12 +02:00
utils.py feat: Add get_model method to ModelRepository (#2949) 2024-08-06 08:44:12 -07:00