run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
37.04k stars 5.31k forks source link

[Question]: Video Rag documentation #17055

Open bhanu1106 opened 4 days ago

bhanu1106 commented 4 days ago

Question Validation

Question

I need to build a RAG setup for videos , which utilises transcripts from the videos along with timestamps . Can anyone provide link for that kind of RAG setup in llama index documentation?

dosubot[bot] commented 4 days ago

You can find the documentation for building a RAG setup for videos using transcripts with timestamps in the LlamaIndex documentation at the following link: Multimodal RAG with VideoDB [1].

To continue talking to Dosu, mention @dosu.

bhanu1106 commented 3 days ago

For suppose I need to build a microsoft co pilot kind of tool which can be integrated into video calls . By using that tool we need to ask questions to get answers on what happened in the call and can I get relevant timestamps as outputs along with text answer . can u help me how to build that kind of tool using llama index and ollama ?