You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID for highlights, so the system can check in Anki if there is already flashcards with that highlight, and then we can handle a situation like "No new highlights had been found".
English and spanish modes as variables for the prompt.
A module to retrieve wider contexts, to make possible connections. For example someone could give a .pdf with exams, or his .md from obsidian. This should filter first by semantic similarity with a tuned threshold, and then let the LLM evaluate if its pertinent to make the connection in the flashcard.
The text was updated successfully, but these errors were encountered:
Now what is left, is a module that is able to track if the files are renamed or changed in directories, to update anki, with ankiconnect api.
The bad news are we can't use inode for this, because each time we add an annotation to a pdf, a new pdf is replaced and consequently a new inode is created.
The text was updated successfully, but these errors were encountered: