Skip to content

v1.1.0 - Conversational Mode

Latest

Choose a tag to compare

@Viceman256 Viceman256 released this 14 Aug 17:27
· 1 commit to main since this release

New Features

  • Conversational Mode: A new mode setting has been added to config.ini.
    • pure_rag: The original behavior. Every message triggers a new search.
    • conversational: Only the first message in a chat triggers a RAG search. Follow-up messages will be about the initial context.

Other Changes

  • Updated README.md with new instructions.
  • Updated config.ini.template with the new mode setting.