https://github.com/user-attachments/assets/3e5d7515-5d7c-47c8-bc98-9eafe43e2fa4
The workspace view opens side-by-side to the notes. Let's index all information in the workspace. Behind the scenes, this creates the typical RAG setup by chunking documents and computing embeddings for them:
https://github.com/user-attachments/assets/8a3c73f6-5789-4573-83a3-b8f9a07ec02f
We can start a conversation right away, but it's also possible to generate exploratory questions:
https://github.com/user-attachments/assets/3b82909e-128e-4d1b-a180-dd01e0e241a7
A conversation is always grounded in the workspace sources and you can debug RAG pipeline:
https://github.com/user-attachments/assets/488f79b1-d928-4249-8a01-e79de9f5997a
You can also chat with a single note (without creating a workspace) and attach more context gradually:
https://github.com/user-attachments/assets/2f4c4e88-81a1-4cda-ae05-b88a0988bd8c
This is a bring your own API key kind of integration. The first step is to add an API key in the plugin settings and choose a model.
This page details the supported LLM providers and the various details of each integration.
The main plugin panel can be launched from the context menu entries, but the following commands are also available:
The following plugins work well together with LLM workspace and make the experience even better:
Click here for a list of advanced features and use cases.