├── README.md ├── clip.drawio.png ├── fashionpedia.png ├── image_vdb ├── af48ddd3-4227-49db-9f05-1e99650c3b34 │ ├── data_level0.bin │ ├── header.bin │ ├── index_metadata.pickle │ ├── length.bin │ └── link_lists.bin └── chroma.sqlite3 ├── multimodal_RAG.ipynb └── yt_pic.png /README.md: -------------------------------------------------------------------------------- 1 | # Code from my Multimodal RAG Video! 2 | 3 | [![X](yt_pic.png)](https://youtu.be/OPGmeFmFyq0) 4 | Click play to watch :) 5 | -------------------------------------------------------------------------------- /clip.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/clip.drawio.png -------------------------------------------------------------------------------- /fashionpedia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/fashionpedia.png -------------------------------------------------------------------------------- /image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/data_level0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/data_level0.bin -------------------------------------------------------------------------------- /image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/header.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/header.bin -------------------------------------------------------------------------------- /image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/index_metadata.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/index_metadata.pickle -------------------------------------------------------------------------------- /image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/length.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/length.bin -------------------------------------------------------------------------------- /image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/link_lists.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/af48ddd3-4227-49db-9f05-1e99650c3b34/link_lists.bin -------------------------------------------------------------------------------- /image_vdb/chroma.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/image_vdb/chroma.sqlite3 -------------------------------------------------------------------------------- /yt_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALucek/multimodal-rag/7ee29c2688d0037f626c152ecd38eef5c64b38e2/yt_pic.png --------------------------------------------------------------------------------