andrewnguonly / Lumos

A RAG LLM co-pilot for browsing the web, powered by local LLMs
MIT License
1.36k stars 97 forks source link

Add chat history to prompt #130

Closed andrewnguonly closed 6 months ago

andrewnguonly commented 6 months ago

Summary

This PR resolves https://github.com/andrewnguonly/Lumos/issues/122.

To Do

andrewnguonly commented 6 months ago

After some quick testing, the RAG workflow doesn't seem to produce as good results as without the chat history. Need to do more testing.