Find answers from the community

Updated 2 months ago

Hey I m new to the world of AI stumbled

Hey, I'm new to the world of AI stumbled upon this project for creating such thing:

  • a database is fed with tweets or articles with a datetime
  • if something gets multiple mentions it must be important etc...
  • could add a "weight" param for tweets/articles based on their author to indicate if its an important writer
Is LlamaIndex the right tool to use for getting a summary of what happened in the last 24hrs? Like 10 bulletpoints of "main news" that happened?
L
i
2 comments
Llama Index doesnt (yet) support weight, but could definitely pull out important events still using a list index with response_mode="tree_summarize" (at least thats the approach I would take)
Thank's hacked around today and yeah that's what I've done
Add a reply
Sign up and join the conversation on Discord