JKilpatrick1 / Ask_AI_Makerspace

MIT License
1 stars 5 forks source link

Implement Tracking System for Processed Videos in Vector Database #2

Open JKilpatrick1 opened 9 months ago

JKilpatrick1 commented 9 months ago

Currently system does not track videos that have already been processed and added to the vector database. This lack of tracking means when attempting to update the database with newly uploaded videos from the channel will cause all previous videos to be duplicated. potential fix could be using a CSV file, to maintain a record of all videos that have been processed.

DoganK01 commented 9 months ago

I may be wrong but does making "persist" the vector database you using fix the problem?