mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
847e161d80
# Description - Defined quivr-core `ChatHistory` - `ChatHistory` can be iterated over in tuples of `HumanMessage,AIMessage` - Brain appends to the chatHistory once response is received - Brain holds a dict of chats and defines the default chat (TODO: define a system of selecting the chats) - Wrote test - Updated `QuivrQARAG` to use `ChatHistory` as input |
||
---|---|---|
.. | ||
llm | ||
processor | ||
storage | ||
__init__.py | ||
brain.py | ||
chat.py | ||
config.py | ||
models.py | ||
prompts.py | ||
quivr_rag.py | ||
utils.py |