Skip to content

v0.8.0

Compare
Choose a tag to compare
@alondmnt alondmnt released this 04 May 03:48
· 27 commits to master since this release

new features

  • revamped Edit with Jarvis command (@jakubjezek001) (screenshot below)
  • Auto-complete with Jarvis command to autocomplete any text at the current cursor position
  • scroll to line of a found note chunk from the panel
  • chat context preview dialog (screenshot below)
  • token counter command
  • display note similarity score in panel

new models

  • OpenAI
    • replace text-davinci (deprecated) models with gpt-3.5-turbo-instruct (@jakubjezek001)
    • 3rd generation embedding / notes models text-embedding-3-small and text-embedding-3-large
    • chat model gpt-4-turbo: an efficient, strong model with a context window of 128K tokens
  • Google AI
    • deprecated PaLM
    • chat models gemini-1-pro and gemini-1.5-pro (a strong model with a context window of 1M tokens!)
    • embedding / notes models embedding-001 and text-embedding-004

new settings

  • Notes: Context tokens: the number of context tokens to extract from notes in "Chat with your notes" (previously used Chat: Memory tokens)
  • Notes: Context history: the number of user prompts to base notes context on for "Chat with your notes"
  • Notes: Custom prompt: the prompt (or additional instructions) to use for generating "Chat with your notes" responses
  • Notes: Parallel jobs: the number of parallel jobs to use for calculating text embeddings

chat improvements

  • chat display format (screenshot below)
  • chat with notes default prompt
  • chat parsing

general improvements

  • CodeMirror 6 / beta editor support
  • load USE from cache instead of re-downloading every time
  • faster model test on startup / model switch
  • various fixes

ux

  • new standard dialog style

Screenshot 1: New edit dialog
image

Screenshot 2: New chat context preview
image

Screenshot 3: New chat display format
image