aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorOlicorne <26625900+thiswillbeyourgithub@users.noreply.github.com>2025-05-17 15:39:07 +0200
committerGitHub <noreply@github.com>2025-05-17 14:39:07 +0100
commit65d7096b6f4d27491856eb41cbeb67d231f7557c (patch)
tree2a3a7f703953b1a1844b46dceeebbc25d176b4de /docs
parentd44cd235674906b315444bb1d61ed643913a0279 (diff)
downloadkarakeep-65d7096b6f4d27491856eb41cbeb67d231f7557c.tar.zst
docs: minor update to dev setup instructions (#1421)
* doc: clarify dev instruction * doc: fix outdated meilisearch version mentionned + mention embeddings
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/07-Development/01-setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/07-Development/01-setup.md b/docs/docs/07-Development/01-setup.md
index 8e139999..e73b1705 100644
--- a/docs/docs/07-Development/01-setup.md
+++ b/docs/docs/07-Development/01-setup.md
@@ -28,7 +28,7 @@ To enable `corepack` run the following command:
$ corepack enable
```
-Then install the packages and dependencies using:
+Then, from the root of the repository, install the packages and dependencies using:
```
$ pnpm install
@@ -69,7 +69,7 @@ You can now continue with the rest of this documentation.
#### Meilisearch
-Meilisearch is the provider for the full text search. You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.11.1`.
+Meilisearch is the provider for the full text search (and at some point embeddings search too). You can get it running with `docker run -p 7700:7700 getmeili/meilisearch:v1.13.3`.
Mount persistent volume if you want to keep index data across restarts. You can trigger a re-index for the entire items collection in the admin panel in the web app.