allenporter / supernote-llm

Consuming contents of a Supernote Notebook for use with LLMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

supernote-llm

Consuming contents of a Supernote Notebook for use with LLMs

Extract text

Using supernote-tool:

See extract_text/.

Populate notes/ with supernote files that contain text. The text will be extracted into texts/

$ python3 extract-text

Supernote index

See jupyter notebook following the LLama Index https://docs.llamaindex.ai/en/stable/getting_started/starter_example.html tutorial.

Development log

Ideas to explore:

  • python development environment
  • Local respoitory of .note files
  • Extract text (autorecg) into a local text dump
  • Create llama index dev environment
  • Index notes into llama index
  • Test queries against llama index
  • Demo: Ask questions / summarize against the index?

About

Consuming contents of a Supernote Notebook for use with LLMs

License:Apache License 2.0


Languages

Language:Jupyter Notebook 73.8%Language:Python 26.2%