Skip to content

Commit 7b2b20e

Browse files
authored
docs: update README.md (#68)
fix typo
1 parent ec214e3 commit 7b2b20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def text_embedding_flow(flow_builder: cocoindex.FlowBuilder, data_scope: cocoind
7979
vector_index=[("embedding", cocoindex.VectorSimilarityMetric.COSINE_SIMILARITY)])
8080
```
8181

82-
It defines a index flow like this:
82+
It defines an index flow like this:
8383
![Flow diagram](docs/docs/core/flow_example.svg)
8484

8585
### Play with existing example and demo
@@ -113,4 +113,4 @@ Join our community here:
113113
- 📜 [Read our blog posts](https://cocoindex.io/blogs/)
114114

115115
## License
116-
CocoIndex is Apache 2.0 licensed.
116+
CocoIndex is Apache 2.0 licensed.

0 commit comments

Comments
 (0)