This commit is contained in:
Re-bin
2025-03-02 14:15:18 +08:00
parent c64751830f
commit b70bf7f14a
2 changed files with 1 additions and 9 deletions

View File

@@ -272,17 +272,9 @@ ollama_config = LLMConfig(
And specify the config when creating your VideoRag instance
### Jupyter Notebook
To test the solution on a single video, just load the notebook in the [notebook folder](VideoRAG/nodebooks) and
update the paramters to fit your situation.
YouTube video for example can be downloaded as follows:
```
yt-dlp -o "%(id)s.%(ext)s" -S "res:720" https://www.youtube.com/live/DPa2iRgzadM?si=8cf8WbYtqiglrwtN -P .
```
## Citation
If you find this work is helpful to your research, please consider citing our paper:
```bibtex

View File

@@ -31,7 +31,7 @@
"outputs": [],
"source": [
"video_paths = [\n",
" '/mnt/data3/AI/software/VideoRAG/Lexington/GMT20241112-164602_Recording_gallery_1280x720.mp4',\n",
" '/path/to/your/video.mp4',\n",
"]"
]
},