There is a newer version of the record available.

Published May 4, 2024 | Version v0.8.0
Software Open

Jarvis: AI note-taking assistant

Authors/Creators

Description

new features

  • revamped note edit command interface (@jakubjezek001) (screenshot below)
  • "Auto-complete with Jarvis" command
  • 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

  • replace text-davinci (deprecated) models with gpt-3.5-turbo-instruct (@jakubjezek001)
  • OpenAI
    • 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
  • various fixes

general improvements

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

ux

  • new standard dialog style

Notes

If you use this software, please cite it as below.

Files

alondmnt/joplin-plugin-jarvis-v0.8.0.zip

Files (3.2 MB)

Name Size Download all
md5:71a564dfd3a7c6dc2d181c6a06c1b182
3.2 MB Preview Download

Additional details

Related works