Skip to content

v0.0.92

Choose a tag to compare

@flori flori released this 19 Jun 17:52
  • LLM-Based Reranking: Implemented reranking logic in the retrieval tool to
    improve document snippet relevance using a new rerank_records method and
    associated prompt template.
  • Prompt Suggestions: Introduced a /prompt suggest subcommand that
    generates context-aware follow-up prompts based on conversation history,
    including specialized templates for coding and roleplaying.
  • CLI User Experience: Enhanced the command-line interface by replacing
    generic prompts with flavorful, context-aware messages across model, RAG,
    persona, and session management.
  • Observability: Added detailed info logging within Chat#generate to
    track prompt, model, and generation details.
  • Interaction Logic: Expanded choose_prompt and choose_system_prompt to
    support custom prompt messages and updated internal signatures for entry
    selection.