rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

Enhancement: Improve DB handling for existing entries #42

Closed rmusser01 closed 1 month ago

rmusser01 commented 1 month ago

As a user, I would like the ability to ingest media into the DB, and not have it make copies of already existing items. Items ingested into the DB should be de-duplicated and copies of instances/fields checked so as to ensure uniqueness of new data.

As a user, when using the application, I should be able to ingest media and have said media and associated fields be checked for existence within the DB, and if portions of it already exists, those portions are not written to the DB.

rmusser01 commented 1 month ago

Done.