Skip to content

Releases: KnowledgeCanvas/knowledge

Knowledge v0.8.5 - PDF and Code Chat

14 Jan 23:05
63387e8
Compare
Choose a tag to compare

Download

macOS

Windows

Linux


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
image image

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

20 Oct 01:07
Compare
Choose a tag to compare

Download

macOS

Windows

Linux


What's new in v0.8.4?

  • GPT4 support is finally here! Simply select GPT-4 in Settings > 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

image

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

21 May 04:27
Compare
Choose a tag to compare

Download

macOS

Windows

Linux


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)

image
  • 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"
image image

Knowledge + Chat v0.8.2

19 May 02:01
Compare
Choose a tag to compare

Download

macOS

Windows

Linux


What's new in v0.8.2?

  • Pro Tips! Press ⌘ + / (macOS) or Ctrl + / (Windows / Linux) to get tips and tricks about the current view.
image
  • Click on the (?) question mark to get Pro Tips by category
image

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!

Knowledge + Chat (New Features)

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 (Two methods to enter your API key)

Knowledge + Chat

01 May 02:24
ef0e634
Compare
Choose a tag to compare

Download

macOS

Windows

Linux


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!

Knowledge + Chat (New Features)

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 (Two methods to enter your API key)


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 to notes 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

23 Mar 06:39
Compare
Choose a tag to compare

What's Changed

Features

  • Due Dates: Added indicators below the icons of sources that have due dates for easier identification. (26d2ef2)

image

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

Windows

Linux

v0.7.0

10 Dec 22:46
Compare
Choose a tag to compare

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

Windows

Linux

Knowledge v0.6.2

23 Oct 22:20
Compare
Choose a tag to compare

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

Windows

Linux

Screenshots

Inbox

image

Projects

image

Table

image

Grid

image

Calendar

image

Knowledge Graph

image

Import Settings

image

Search Settings

image

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

16 Oct 01:19
Compare
Choose a tag to compare

This release contains minor improvements to the Inbox, as well as some other quality of life improvements.

Download

macOS

Windows

Linux

Knowledge v0.6.0

21 Jul 16:13
Compare
Choose a tag to compare

This release includes a complete redesign of the application from the ground up!

Download

macOS

Windows

Linux

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

Screen Shot 2022-07-29 at 8 08 01 PM

  • Introducing advanced import methods: Autoscan and Chrome 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.

image

  • Enable Autoscan and Chrome Extension in the new settings menu

Screen Shot 2022-07-29 at 8 13 28 PM

  • 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.

Screen Shot 2022-07-29 at 8 03 31 PM

  • Navigation has been overhauled, so it's easy to move back and forth between Projects and various views.

Screen Shot 2022-07-29 at 8 04 35 PM

  • Export your data to JSON, CSV, or TSV, easy as 1, 2, 3!

Screen Shot 2022-07-29 at 8 09 44 PM

  • New tutorial mode when you (re)start the app for the first time.

image