Skip to content

Commit 59bf84d

Browse files
authored
update installation guide on examples (#78)
1 parent ceabc3a commit 59bf84d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/code_embedding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Simple example for cocoindex: build embedding index based on local files.
22

33
## Prerequisite
4-
Follow [Setup Postgres](../../#setup-postgres) section on the root directory to setup Postgres database.
4+
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
55

66
## Run
77

@@ -36,4 +36,4 @@ Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
3838
python code_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39-
```
39+
```

examples/manual_extraction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Simple example for cocoindex: extract structured information from a Markdown file.
22

33
## Prerequisite
4-
Follow [Setup Postgres](../../#setup-postgres) section on the root directory to setup Postgres database.
4+
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
55

66
## Run
77

examples/pdf_embedding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Simple example for cocoindex: build embedding index based on local files.
22

33
## Prerequisite
4-
Follow [Setup Postgres](../../#setup-postgres) section on the root directory to setup Postgres database.
4+
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
55

66
## Run
77

@@ -36,4 +36,4 @@ Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
3838
python pdf_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39-
```
39+
```

examples/text_embedding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Simple example for cocoindex: build embedding index based on local files.
22

33
## Prerequisite
4-
Follow [Setup Postgres](../../#setup-postgres) section on the root directory to setup Postgres database.
4+
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
55

66
## Run
77

@@ -36,4 +36,4 @@ Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
3838
python text_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39-
```
39+
```

0 commit comments

Comments
 (0)