Skip to content

Commit c034d25

Browse files
committed
style: fix format
1 parent d699f1c commit c034d25

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ultra performant data transformation framework for AI, with core engine written
2929

3030
</br>
3131

32-
CocoIndex makes it super easy to transform data with AI workloads, and keep source data and target in sync effortlessly.
32+
CocoIndex makes it super easy to transform data with AI workloads, and keep source data and target in sync effortlessly.
3333

3434
</br>
3535

@@ -39,7 +39,7 @@ CocoIndex makes it super easy to transform data with AI workloads, and keep sour
3939

4040
</br>
4141

42-
Either creating embedding, building knowledge graphs, or any data transformations - beyond traditional SQL.
42+
Either creating embedding, building knowledge graphs, or any data transformations - beyond traditional SQL.
4343

4444
## Exceptional velocity
4545
Just declare transformation in dataflow with ~100 lines of python
@@ -65,7 +65,7 @@ CocoIndex follows the idea of [Dataflow](https://en.wikipedia.org/wiki/Dataflow_
6565
**Particularly**, developers don't explicitly mutate data by creating, updating and deleting. They just need to define transformation/formula for a set of source data.
6666

6767
## Build like LEGO
68-
Native builtins for different source, targets and transformations. Standardize interface, make it 1-line code switch between different components.
68+
Native builtins for different source, targets and transformations. Standardize interface, make it 1-line code switch between different components.
6969

7070
<p align="center">
7171
<img src="https://cocoindex.io/images/components.svg" alt="CocoIndex Features">

src/llm/vertex_ai.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)