v0.8.0
It's been a while.
download file
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
Thanks @davadev for the help testing this release.
Screenshot 1: New edit dialog

Screenshot 2: New chat context preview

Screenshot 3: New chat display format

2 Likes