Find answers from the community

Updated 2 months ago

Logan M 8260 hi Logan i have long

hi Logan, i have long meeting script and want to use llamaindex to help me summarize the discussion. Is it possible ? any sample code can be shared ? thx.
L
a
2 comments
You could just use a list index right?

Plain Text
index = ListIndex.from_documents(documents)

query_engine = index.as_query_engine(response_mode="tree_summarize")

response = query_engine.query("Summarize important notes from the meeting")
thanks. let me have a try see whether it can help me summarize all those long meetings. hope it is working. So i don't need to join everyone anymore. πŸ˜€
Add a reply
Sign up and join the conversation on Discord