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
NewCompendiumEntryView (src/research_assistant/views/compendium_modification_views.py) adds new entries to the compendium one-by-one when uploading from BibTeX or JSON. In my experience, adding ~200 entries takes ~5 seconds or so to complete. We could make this a lot faster and more efficient using bulk inserts.