quivr/backend/llm
Stan Girard 921ab11067
fix: 🐛 api (#2068)
error

# 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-01-22 17:33:48 -08:00
..
prompts refactor(backend): cleaning dead and unused code (#1432) 2023-10-19 15:52:20 +02:00
rags feat(search): new way to interact with Quivr (#2026) 2024-01-19 20:34:30 -08:00
utils fix: 🐛 api (#2068) 2024-01-22 17:33:48 -08:00
__init__.py feat: composite brains get (#1837) 2023-12-06 15:44:36 +01:00
api_brain_qa.py fix: 🐛 api (#2068) 2024-01-22 17:33:48 -08:00
composite_brain_qa.py fix: 🐛 models (#1973) 2024-01-04 12:31:17 +01:00
knowledge_brain_qa.py feat(brains): added now multiple brains close by (#2039) 2024-01-20 18:39:03 -08:00
qa_headless.py chore(docker): increased number of replicas 2024-01-20 13:51:03 -08:00
qa_interface.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00