Releases: KnowledgeCanvas/knowledge
Knowledge v0.8.5 - PDF and Code Chat
Download
macOS
- Intel x86: Knowledge-0.8.5.dmg
- Apple Silicon (M1/M2): Knowledge-0.8.5-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.8.5.exe
Linux
- Intel x86: Knowledge-0.8.5.AppImage
- ARM: Knowledge-0.8.5-arm64.AppImage
What's new in v0.8.5?
- Chat with local and remote PDF files!
- Also, chat with text and code files, including:
".txt",
".md",
".html",
".htm"
".py",
".js",
".ts",
".java",
".c",
".cpp",
".h",
".hpp",
".cs",
".go",
".rs",
".sh",
- Added a
Chat
button to the Source action bar and context (right click) menus, to easily jump to the chat view for a particular Source - New dropdown in the chat window to easily switch between GPT3.5 and GPT4
- Dramatically improved summarizations, including for very large documents, using the
map reduce
summarization technique
Bug Fixes
- Fix an issue where theme settings were not properly saved, causing the app to potentially start with the wrong color scheme.
- Tons of dependency upgrades for a better and safer app experience!
Knowledge + GPT4 v0.8.4
Download
macOS
- Intel x86: Knowledge-0.8.4.dmg
- Apple Silicon (M1/M2): Knowledge-0.8.4-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.8.4.exe
Linux
- Intel x86: Knowledge-0.8.4.AppImage
- ARM: Knowledge-0.8.4-arm64.AppImage
What's new in v0.8.4?
- GPT4 support is finally here! Simply select
GPT-4
inSettings > Chat > OpenAI API > Model
- Added a price-per-message cost estimate depending on your selected model
- Improved drag-and-drop importing: Sources go directly to the active Project when not in the Inbox view
NOTE: While GPT-4 undoubtedly provides better responses, it can be significantly more expensive than GPT-3.5, especially as your conversations grow in length. We recommend sticking with GPT-3.5 for most purposes, and only switching to GPT-4 when working with new Sources or when you absolutely must have a larger context window. GPT-4 allows for twice as many tokens (8K instead of 4K) but the maximum price (assuming you hit the token limit) is $0.28 per message sent versus $0.007 for GPT-3.5.
Bug Fixes
- Fix the chat icon in the history dropdown
- Tons of dependency upgrades for a better and safer app experience!
- Upgrade to Electron 26
Other Updates
- Chat with online and local PDFs is nearly complete!
- More intelligent summarization, document Q&A, and other chat features are in the works and will follow shortly.
Knowledge + Chat v0.8.3
Download
macOS
- Intel x86: Knowledge-0.8.3.dmg
- Apple Silicon (M1/M2): Knowledge-0.8.3-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.8.3.exe
Linux
- Intel x86: Knowledge-0.8.3.AppImage
- ARM: Knowledge-0.8.3-arm64.AppImage
What's new in v0.8.3?
-
Token count / token limit now displayed under the chat bar
-
Chat history now scrolls smoothly to the bottom instead of abruptly
-
Increased max_token limit to 2048
-
Code syntax highlighting in Notes and Chat (Markdown-style)
- Ask a question using highlighted text as context. Simply go to the Source Browser view, highlight some text, right-click and hit "Ask in Chat"
Knowledge + Chat v0.8.2
Download
macOS
- Intel x86: Knowledge-0.8.2.dmg
- Apple Silicon (M1/M2): Knowledge-0.8.2-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.8.2.exe
Linux
- Intel x86: Knowledge-0.8.2.AppImage
- ARM: Knowledge-0.8.2-arm64.AppImage
What's new in v0.8.2?
- Pro Tips! Press
⌘ + /
(macOS) orCtrl + /
(Windows / Linux) to get tips and tricks about the current view.
- Click on the (?) question mark to get Pro Tips by category
Chat Features
You can read the long list of changes and additions in the Changelog below, or you can just watch this 3 minute video instead!
How to add your OpenAI API Key
Check out this super quick video on YouTube to get started with the new Chat feature (OpenAI API Key required)
Knowledge + Chat
Download
macOS
- Intel x86: Knowledge-0.8.1.dmg
- Apple Silicon (M1/M2): Knowledge-0.8.1-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.8.1.exe
Linux
- Intel x86: Knowledge-0.8.1.AppImage
- ARM: Knowledge-0.8.1-arm64.AppImage
Chat Features
You can read the long list of changes and additions in the Changelog below, or you can just watch this 3 minute video instead!
How to add your OpenAI API Key
Check out this super quick video on YouTube to get started with the new Chat feature (OpenAI API Key required)
What's new in v0.8.1?
This is our biggest release yet!
Features
Chat is by-far the biggest addition to Knowledge. Take a look at some of the awesome features we've added!
Knowledge + Chat
- Chat with any Source or Project
- Source chat allows you to chat with a website, PDF file, or any other source
- Project chat allows you to chat with a project, which includes all of the Sources in that project
- Automatic Introductions
- When you chat with a Source or Project for the first time, Knowledge will automatically introduce you to it
- This introduction includes a brief description of the Source or Project, as well as a list of the most important
concepts
- Automatic Question Suggestions
- When you chat with a Source or Project, Knowledge will automatically suggest questions to ask
- These questions are based on the concepts in the Source or Project
- Chat Messages and Features
- Highlight message text
- Extract topics from a message
- Save the message to the Notes section
- Regenerate any message, no matter where you are in the Chat history
- Continue a message that was previously interrupted
- Edit or delete any message
- Give a message a 👍 or 👎 rating to maximize your chat context window
- TLDR a message to get a summary of it
- ELI5 a message to get an explanation of it
- Created a secure method for entering your OpenAI API key to use the new Chat features
- Added a new Chat section in the
Settings
menu to configure your chat settings - Added an Express server to handle the OpenAI API calls and prevent the API key from being exposed in the front-end (
API Key is encrypted on disk)
Source and Project Features
- Changed Source
description
tonotes
to better reflect its purpose - And with that change comes the ability to use
Markdown
in Source notes (finally)! - Save webpage as PDF with a single button press
- Lots of new sample Sources (Surprise Me) that highlight the power of Knowledge + Chat
- Add Project breadcrumbs to the bottom of the Source and Project info views
- Removed the Projects view in favor of using the details view by right-clicking in the Projects tree
Style
- Source info pages now use a tab system for a cleaner look and feel
- The Project creation dialog has better proportions and a cleaner look
- Improved and expanded upon the initial tutorial
Fixes and Improvements
- Tons of refactoring, decoupling, and code cleanup. Moved several components into their own files, and made the code
much more readable and maintainable - Fixed a bug where the size of the Source preview was not being calculated correctly when the normal window was zoomed
in or out - Removed automatic scroll to Project in the Project tree when expanding/collapsing non-active Project
- Added ESLint and Prettier for code linting and formatting (and fixed all the issues they found)
Knowledge v0.7.1
What's Changed
Features
- Due Dates: Added indicators below the icons of sources that have due dates for easier identification. (26d2ef2)
Bug Fixes
- Fixed a bug (#93) where an extra node is added when the graph is first constructed. (2671b9c)
- Links can now be imported even if they are uncreachable, behind a firewall, or require credentials. (725f91b)
- Modifying nodes in the graph now updates them appropriately. (fef1512)
- Renaming projects now works for 3-letter project names. (50e431a)
Download
macOS
- Intel x86: Knowledge-0.7.1.dmg
- Apple Silicon (M1/M2): Knowledge-0.7.1-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.7.1.exe
Linux
- Intel x86: Knowledge-0.7.1.AppImage
- ARM: Knowledge-0.7.1-arm64.AppImage
v0.7.0
What's Changed
Knowledge Graph is now fully integrated into the main application!
See the Full Changelog: v0.6.2...v0.7.0
Download
macOS
- Intel x86: Knowledge-0.7.0.dmg
- Apple Silicon (M1/M2): Knowledge-0.7.0-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.7.0.exe
Linux
- Intel x86: Knowledge-0.7.0.AppImage
- ARM: Knowledge-0.7.0-arm64.AppImage
Knowledge v0.6.2
What's new in Knowledge v0.6.2?
This release continues with improvements to the look and feel of the Inbox. Users can now easily import "example" sources by pressing the "Click to import examples" button in the Inbox (note: the button only appears when the Inbox is empty).
Download
macOS
- Intel x86: Knowledge-0.6.2.dmg
- Apple Silicon (M1/M2): Knowledge-0.6.2-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.6.2.exe
Linux
- Intel x86: Knowledge-0.6.2.AppImage
- ARM: Knowledge-0.6.2-arm64.AppImage
Screenshots
Inbox
Projects
Table
Grid
Calendar
Knowledge Graph
Import Settings
Search Settings
Disclaimer
Knowledge ("this software") is not currently a consumer product and provides no warranty of any kind. By using this software, you agree that you are doing so at your own risk. The creators of this software are not responsible for loss of data or other damages that may result in its operation. You are welcome to open an issue or a pull request. Contributors and testers are welcome and appreciated.
Knowledge v0.6.1
This release contains minor improvements to the Inbox, as well as some other quality of life improvements.
Download
macOS
- Intel x86: Knowledge-0.6.1.dmg
- Apple M1/M2 Silicon: Knowledge-0.6.1-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.6.1.exe
Linux
- Intel x86: Knowledge-0.6.1.AppImage
- ARM: Knowledge-0.6.1-arm64.AppImage
Knowledge v0.6.0
This release includes a complete redesign of the application from the ground up!
Download
macOS
- Intel x86: Knowledge-0.6.0.dmg
- Apple M1/M2 Silicon: Knowledge-0.6.0-arm64.dmg
Windows
- Universal x86 + ARM: Knowledge Setup 0.6.0.exe
Linux
- Intel x86: Knowledge-0.6.0.AppImage
- ARM: Knowledge-0.6.0-arm64.AppImage
What's New?
Nearly everything! We decided to change the name to Knowledge
. Rolls off the tongue, right? There's also been a complete redesign, so the app looks better than ever. There are tons of new features and fixes, but here's a list of the highlights:
- Importing has never been better!
- The newly designed Inbox provides tons of features to make importing and organizing Sources easier than ever
- Introducing advanced import methods:
Autoscan
andChrome Extension
!- When
Autoscan
is enabled,Knowledge
will monitor a specific folder on your computer. Any file placed in that folder will then automatically be imported right into your Inbox. - Download our new Chrome Extension to make importing new content extremely easy.
- When
- Enable
Autoscan
andChrome Extension
in the new settings menu
- Now you can search across all imported Sources, or default to Google, Bing, or DuckDuckGo if you can't find what you're looking for in the app.
- Navigation has been overhauled, so it's easy to move back and forth between Projects and various views.
- Export your data to JSON, CSV, or TSV, easy as 1, 2, 3!
- New tutorial mode when you (re)start the app for the first time.