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
In this tutorial, we will build codebase index. [CocoIndex](https://github.com/cocoindex-io/cocoindex) provides built-in support for codebase chunking, with native Tree-sitter support. It works with large codebases, and can be updated in near real-time with incremental processing - only reprocess what's changed.
20
22
21
23
## Use Cases
22
-
A wide range of applications can be built with an effective codebase index that is always up-to-date. Some examples include:
23
-
24
-

24
+
A wide range of applications can be built with an effective codebase index that is always up-to-date.
25
25
26
26
- Semantic code context for AI coding agents like Claude, Codex, Gemini CLI.
27
27
- MCP for code editors such as Cursor, Windsurf, and VSCode.
-Enhance SRE workflows: enable rapid root cause analysis, incident response, and change impact assessment by indexing infrastructure-as-code, deployment scripts, and config files for semantic search and lineage tracking.
31
+
- SRE workflows: enable rapid root cause analysis, incident response, and change impact assessment by indexing infrastructure-as-code, deployment scripts, and config files for semantic search and lineage tracking.
32
32
- Automatically generate design documentation from code—keep design docs up-to-date.
33
33
34
34
## Flow Overview
@@ -222,4 +222,11 @@ To spin up, it is super easy.
222
222
```
223
223
cocoindex server main.py -ci
224
224
```
225
-
Follow the url from the terminal - `https://cocoindex.io/cocoinsight` to access the CocoInsight.
225
+
Follow the url from the terminal - `https://cocoindex.io/cocoinsight` to access the CocoInsight.
226
+
227
+
228
+
## Supported Languages
229
+
230
+
SplitRecursively has native support for all major programming languages.

17
19
18
20
## Overview
19
21
[CocoIndex](https://github.com/cocoindex-io/cocoindex) makes it easy to build and maintain knowledge graphs with continuous source updates. In this tutorial, we will use LLM to extract relationships between the concepts in each document, and generate two kinds of relationships:
CocoIndex supports native integration with ColPali - with just a few lines of code, you embed and index images with ColPali’s late-interaction architecture. We also build a light weight image search application with FastAPI.

16
18
17
19
## Overview
18
20
Do you have a messy collection of scanned documents, PDFs, academic papers, presentation slides, and standalone images — all mixed together with charts, tables, and figures — that you want to process into the same vector space for semantic search or to power an AI agent?

17
19
18
20
## Overview
19
21
With CocoIndex, you can easily define nested schema in Python dataclass and use LLM to extract structured data from unstructured data. This example shows how to extract structured data from patient intake forms.
0 commit comments