Find answers from the community

Updated 2 months ago

I want to summarize events based on time

I want to summarize events based on time filter.
Eg. Summarize events in Gaza for the past 6 weeks.

How should this be implemented using llamaindex?
T
S
3 comments
Have you checked out this? It's vector search so it's not exactly summarization but you could probably adapt it for your use-case: https://docs.llamaindex.ai/en/latest/examples/vector_stores/Timescalevector.html#
I am using Azure AI search. Can't bring another vector db. Adaptation of this might not work without the vdb
Is there an equivalent of SelfRetreivalQA from langchain in llamaindex? This class from langchain will probably work for my usecase
Add a reply
Sign up and join the conversation on Discord