You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,7 @@ It defines an index flow like this:
191
191
|[Face Recognition](examples/face_recognition)| Recognize faces in images and build embedding index |
192
192
|[Paper Metadata](examples/paper_metadata)| Index papers in PDF files, and build metadata tables for each paper |
193
193
|[Multi Format Indexing](examples/multi_format_indexing)| Build visual document index from PDFs and images with ColPali for semantic search |
194
+
|[Custom Source HackerNews](examples/custom_source_hn)| Index HackerNews threads and comments, using *CocoIndex Custom Source*|
194
195
|[Custom Output Files](examples/custom_output_files)| Convert markdown files to HTML files and save them to a local directory, using *CocoIndex Custom Targets*|
195
196
|[Patient intake form extraction](examples/patient_intake_extraction)| Use LLM to extract structured data from patient intake forms with different formats |
0 commit comments