Find answers from the community

Updated 5 months ago

Hello Everyone

At a glance
Hello Everyone
I'm building an RAG application where I want my LLM to summarise news on a daily basis.

I have a daily newspaper in the form of PDFs, now how can I build an index or filter content from Vector DB and give the news restricted one day and ask my LLM to summarise it
L
V
W
4 comments
When building index, you must add manually the metadata so that you can filtr these out, maybe with a post processor
Hi I have done the same, I've added dates are the metadata and tried filtering it
But the filter did not work
If you want to look into todays news doc, There is one more way and possibly much faster IMO.

You can spin up a new qdrant or local in-memory index for the new document on daily basis.

This will limit your bot to answer from current date news only. Once the day is passed, destroy the index/collection and do the same for next day news
Add a reply
Sign up and join the conversation on Discord