Closed mohammad-yousuf closed 7 months ago
Keeping conversational history isn't an easy problem with RAGs. I will explore how to implement this
I've created an initial implementation in the feature branch here - https://github.com/snexus/llm-search/tree/feature-conversation-history The chat history length is adjustable via UI (to have enough space for the context).
Please try it out, before merging to main.
Thank you @snexus , will try this out.
Hi,
Is it possible to pass history in the context for the model to remember and trim the history according to context length?