Skip to content

Commit 37eb006

Browse files
Update README.md
1 parent d3eb3b1 commit 37eb006

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
[![Discord](https://img.shields.io/discord/1314801574169673738?logo=discord&color=5B5BD6&logoColor=white)](https://discord.com/invite/zpA9S2DR7s)
1818
</div>
1919

20-
CocoIndex is the world's first open-source engine that supports both custom transformation logic and incremental updates specialized for data indexing.
20+
CocoIndex is ultra performant data transformation framework, core engine written in Rust. The problem it tries to solve is to make it easy to prepare fresh data for AI - either embedding, knowledge graph, or a series of data transformation - and take the real-time data pipeline beyond traditional SQL.
21+
2122
<p align="center">
2223
<img src="https://cocoindex.io/images/cocoindex-features.png" alt="CocoIndex Features" width="500">
2324
</p>
24-
With CocoIndex, users declare the transformation, CocoIndex creates & maintains an index, and keeps the derived index up to date based on source update, with minimal computation and changes.
25+
26+
The philosophy is to have the framework handle the source updates, and having developers only focus on defining a series of data transformation, inspired by spreadsheet.
2527

2628

2729
## Quick Start:

0 commit comments

Comments
 (0)