Skip to content

Commit 53244e4

Browse files
authored
examples visual (#896)
1 parent b089189 commit 53244e4

24 files changed

+60
-5
lines changed

docs/docs/examples/examples/academic_papers_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Build a real-time academic papers index. Extract metadata, chunk an
44
sidebar_class_name: hidden
55
slug: /examples/academic_papers_index
66
canonicalUrl: '/examples/academic_papers_index'
7+
sidebar_custom_props:
8+
image: /img/examples/academic_papers_index.png
9+
tags: [vector-index]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/codebase_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Build a real-time codebase index for retrieval-augmented generation
44
sidebar_class_name: hidden
55
slug: /examples/code_index
66
canonicalUrl: '/examples/code_index'
7+
sidebar_custom_props:
8+
image: /img/examples/codebase_index.png
9+
tags: [vector-index]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/custom_targets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Simple example to export Markdown files to local HTML files using C
44
sidebar_class_name: hidden
55
slug: /examples/custom_targets
66
canonicalUrl: '/examples/custom_targets'
7+
sidebar_custom_props:
8+
image: /img/examples/custom_targets.png
9+
tags: [custom-targets]
710
---
811
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';
912

docs/docs/examples/examples/docs_to_knowledge_graph.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: CocoIndex now supports knowledge graph with incremental processing.
44
sidebar_class_name: hidden
55
slug: /examples/knowledge-graph-for-docs
66
canonicalUrl: '/examples/knowledge-graph-for-docs'
7+
sidebar_custom_props:
8+
image: /img/examples/docs_to_knowledge_graph.png
9+
tags: [knowledge-graph]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/image_search.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Build image search index with ColPali and FastAPI
44
sidebar_class_name: hidden
55
slug: /examples/image_search
66
canonicalUrl: '/examples/image_search'
7+
sidebar_custom_props:
8+
image: /img/examples/image_search.png
9+
tags: [vector-index, multi-modal, images]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/manual_extraction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Extract structured data from markdowns (Python Manual)
44
sidebar_class_name: hidden
55
slug: /examples/manual_extraction
66
canonicalUrl: '/examples/manual_extraction'
7+
sidebar_custom_props:
8+
image: /img/examples/manual_extraction.png
9+
tags: [structured-data-extraction, data-mapping]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/multi_format_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Build a visual document indexing pipeline using ColPali to index sc
44
sidebar_class_name: hidden
55
slug: /examples/multi_format_index
66
canonicalUrl: '/examples/multi_format_index'
7+
sidebar_custom_props:
8+
image: /img/examples/multi_format_index.png
9+
tags: [vector-index, multi-modal, images]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/patient_form_extraction.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Extract nested structured data from patient form
44
sidebar_class_name: hidden
55
slug: /examples/patient_form_extraction
66
canonicalUrl: '/examples/patient_form_extraction'
7+
sidebar_custom_props:
8+
image: /img/examples/patient_form_extraction.png
9+
tags: [structured-data-extraction, data-mapping]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';
@@ -15,6 +18,10 @@ import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButto
1518
### Install Postgres
1619
If you don't have Postgres installed, please refer to the [installation guide](https://cocoindex.io/docs/getting_started/installation).
1720

21+
:::info
22+
The extraction quality is highly dependent on the OCR quality. You can use CocoIndex with any commercial parser (or open source ones) that is tailored for your domain for better results. For example, Document AI from Google Cloud and more.
23+
:::
24+
1825
### Google Drive as alternative source (optional)
1926
If you plan to load patient intake forms from Google Drive, you can refer to this [example](https://cocoindex.io/blogs/text-embedding-from-google-drive#enable-google-drive-access-by-service-account) for more details.
2027

docs/docs/examples/examples/photo_search.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Covers extracting and embedding faces from images, structuring data
44
sidebar_class_name: hidden
55
slug: /examples/photo_search
66
canonicalUrl: '/examples/photo_search'
7+
sidebar_custom_props:
8+
image: /img/examples/photo_search.png
9+
tags: [vector-index, multi-modal, images]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

docs/docs/examples/examples/product_recommendation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Build a real-time product recommendation engine with LLM and graph
44
sidebar_class_name: hidden
55
slug: /examples/product_recommendation
66
canonicalUrl: '/examples/product_recommendation'
7+
sidebar_custom_props:
8+
image: /img/examples/product_recommendation.png
9+
tags: [knowledge-graph]
710
---
811

912
import { GitHubButton, YouTubeButton } from '../../../src/components/GitHubButton';

0 commit comments

Comments
 (0)