Skip to content

Commit a812119

Browse files
committed
fix: cleanup legacy sentences
1 parent a6b8c95 commit a812119

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/docs/getting_started/quickstart.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,7 @@ Create a new file `quickstart.py` and import the `cocoindex` library:
5454
import cocoindex
5555
```
5656
57-
Then we'll put the following pieces into the file:
58-
59-
* Define an indexing flow, which specifies a data flow to transform data from specified data source into a vector index.
60-
* Define a query handler, which can be used to query the vector index.
61-
* A main function, to interact with users and run queries using the query handler above.
57+
Then we'll create the indexing flow.
6258

6359
### Step 2.1: Define the indexing flow
6460

@@ -309,5 +305,5 @@ Next, you may want to:
309305
310306
* Learn about [CocoIndex Basics](../core/basics.md).
311307
* Learn about other examples in the [examples](https://github.com/cocoindex-io/cocoindex/tree/main/examples) directory.
312-
* The `text_embedding` example is this quickstart with some polishing (loading environment variables from `.env` file, extract pieces shared by the indexing flow and query handler into a function).
308+
* The `text_embedding` example is this quickstart.
313309
* Pick other examples to learn upon your interest.

0 commit comments

Comments
 (0)