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.
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. π