Skip to content

Commit 7e3f061

Browse files
authored
docs: add Postgres server reminder to quickstart docs (#1368)
* Update note to support GitHub rendering Signed-off-by: Srihari Thyagarajan <hari.leo03@gmail.com> * `docs`: add `prerequisite` admonition note for having Postgres server running before launching cocoindex --------- Signed-off-by: Srihari Thyagarajan <hari.leo03@gmail.com>
1 parent 9d2336e commit 7e3f061

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docs/getting_started/quickstart.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ CocoIndex supports other vector databases as well, with 1-line switch.
144144
export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex"
145145
```
146146

147+
:::info Prerequisite
148+
149+
Make sure your Postgres server is running before proceeding. See [how to launch CocoIndex](../core/settings#configure-cocoindex-settings) for details.
150+
151+
:::
152+
147153
- Build the index:
148154

149155
```sh

0 commit comments

Comments
 (0)