Skip to content

Using Open Notebook

This first release of Open Notebook is inspired by Notebook LM, so you will find a very similar workflow.

Creating a new notebook

New Notebook

Just type a name and description for the Notebook and you are good to go. Make the description as detailed as possible since it will be used by the LLM to understand the context of the notebook and provide you with better answers.

Adding sources

Just click on Add Source and enter the URL, upload the file or paste the content of your source.

New Notebook

You'll find your new source in the first column of the Notebook Page.

New Notebook

Using transformations

Once you have your sources created, you can start gathering insights from them using transformations. Create your own prompts and generate the wisdom that makes sense to you.

New Notebook

Talk to the Assistant

Once you have enough content in the notebook, you can decide which of them will be visible to LLM before sending your question.

New Notebook

  • Not in Context: LLM won't get this as part of the context
  • Summary: LLM will get the summary for the content and can ask for the full document if desired
  • Full Content: LLM will receive the full transcript of the content together with your question.

It's recommended that you use the least amount of context so that you can save up on your API spend.

Making Notes

There is 2 ways you can make notes:

Manually by clicking on New Note

New Notebook

Or by turning any LLM message into a Note.

New Notebook

Generate your podcasts

Once you have your content ready, start creating beautiful podcast episodes from it.

Context

See more at the Podcasts section.

Searching

The search page gives you a glance of all the notes you have made and the sources you have added. You can query the database both by keyword as well as using the vector search.

New Notebook

Released under the MIT License.