Skip to content

Commit bbd3bd2

Browse files
Update README.md
1 parent 1f73cb1 commit bbd3bd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ collector.collect(...)
4646
collector.export(...)
4747
```
4848

49+
## Data Freshness
50+
As a data framework, CocoIndex takes it to the next level on data freshness. Incremental processing is one of the core values provided by CocoIndex.
51+
The frameworks takes care of
52+
- Change data capture
53+
- Figuring out what exactly needs to be updated, and only updating that without having to recompute everything throughout.
54+
This makes it fast to reflect any source updates to the target store. If you have concerns with surfacing stale data to AI agents and are spending lots of efforts working on infra piece to optimize the latency, the framework actually handles it for you.
4955

5056

5157
## Quick Start:

0 commit comments

Comments
 (0)