Hi all,
I made a chatbot for which i had given 50 news article and and storing embedded in .npy file , I am not using any vector db.
Now the main problem is there are many news article coming on daily basis , What should i do for the the automate so that my knwoledgebase update automaticlly , without recomputing previous data . Knowledge source are different news website. I dont want to use any third party tools if not neccessary , except Vector DB.
What should be the best approach for this usecase.