From ff98dd7004c98c873ca83e98524387126e9f7552 Mon Sep 17 00:00:00 2001 From: LJ Date: Fri, 1 Aug 2025 22:25:14 -0700 Subject: [PATCH] docs: add the new `multi_format_indexing` example into `/README.md` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdb18464..0380ce91 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ It defines an index flow like this: | [Image Search with Vision API](examples/image_search) | Generates detailed captions for images using a vision model, embeds them, enables live-updating semantic search via FastAPI and served on a React frontend| | [Face Recognition](examples/face_recognition) | Recognize faces in images and build embedding index | | [Paper Metadata](examples/paper_metadata) | Index papers in PDF files, and build metadata tables for each paper | +| [Multi Format Indexing](examples/multi_format_indexing) | Build visual document index from PDFs and images with ColPali for semantic search | | [Custom Output Files](examples/custom_output_files) | Convert markdown files to HTML files and save them to a local directory, using *CocoIndex Custom Targets* | More coming and stay tuned 👀!