smoothbrain-ai / smoothbrain-anki

SmoothBrain is an Anki plugin that fetches Readwise highlights and makes flashcards using OpenAI GPT.
39 stars 6 forks source link

Refactor flashcard generator/document index #43

Open alexbowe opened 1 year ago

alexbowe commented 1 year ago

Make an index of highlights that we can use langchain on to improve questions.

alexbowe commented 1 year ago

Maybe allow registry of callbacks for different events, like generating a question and finishing. That way we can factor out the code for updating Anki's UI as well.

Probably make it a coroutine/generator so we can interrupt it when the user cancels.