quivr/backend/llm
Zineb El Bachiri 742e9bdfba
feat: chat with compositeBrain ( with/out streaming) (#1883)
# DONE

- generate_stream, generate and save answer in BE

# TODO

- Create an intermediary make_streaming_recursive_tool_calls async
function
- Save intermediary answers in new message logs column then fetch and
display in front
2023-12-15 11:43:41 +01:00
..
prompts refactor(backend): cleaning dead and unused code (#1432) 2023-10-19 15:52:20 +02:00
rags feat: add custom rag first abstraction layer (#1858) 2023-12-11 16:46:45 +01:00
utils feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
__init__.py feat: composite brains get (#1837) 2023-12-06 15:44:36 +01:00
api_brain_qa.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00
composite_brain_qa.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00
knowledge_brain_qa.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00
qa_headless.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00
qa_interface.py feat: chat with compositeBrain ( with/out streaming) (#1883) 2023-12-15 11:43:41 +01:00