Skip to content

Commit a7b6dff

Browse files
committed
add AI NATIVE DATA FOLDER
1 parent f6f8e65 commit a7b6dff

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

AI-DATA/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to you under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
-->
17+
18+
<img src="/docs/images/CarbonData_logo.png" width="200" height="40">
19+
20+
21+
## What is AI-native data storage
22+
23+
* AI-native data storage is a data storage and management system designed and built specifically for the needs of artificial intelligence (AI) workloads, particularly machine learning and deep learning. Its core concept is to transform data storage from a passive, isolated component of the AI ​​process into an active, intelligent, and deeply integrated infrastructure.
24+
25+
## Why AI-native data storage for CarbonData's new scope
26+
27+
In AI projects, data scientists and engineers spend 80% of their time on data preparation. Traditional storage presents numerous bottlenecks in this process:
28+
29+
Data silos: Training data may be scattered across data lakes, data warehouses, file systems, object storage, and other locations, making integration difficult.
30+
31+
Performance bottlenecks:
32+
33+
Training phase: High-speed, low-latency data throughput is required to feed GPUs to avoid expensive GPU resources sitting idle.
34+
35+
Inference phase: High-concurrency, low-latency vector similarity search capabilities are required.
36+
37+
Complex data formats: AI processes data types far beyond tables, including unstructured data (images, videos, text, audio) and semi-structured data (JSON, XML). Traditional databases have limited capabilities for processing and querying such data.
38+
39+
Lack of metadata management: The lack of effective management of rich metadata such as data versions, lineage, annotation information, and experimental parameters leads to poor experimental reproducibility.
40+
41+
Vectorization requirements: Modern AI models (such as large language models) convert all data into vector embeddings. Traditional storage cannot efficiently store and retrieve high-dimensional vectors.
42+
43+
44+
## About
45+
Apache CarbonData is an open source project of The Apache Software Foundation (ASF).
46+

0 commit comments

Comments
 (0)