summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-19 13:38:31 +0400
committerLain Soykaf <lain@lain.com>2024-05-19 13:38:31 +0400
commitdbaab6f54e306e5fb930ce1ed0699631c8aeaae1 (patch)
tree11cee33f00bb60666a95495b82d8b7c982705965
parent6ec306d0684f3c5c05d768a3c431008925f21f15 (diff)
downloadpleroma-dbaab6f54e306e5fb930ce1ed0699631c8aeaae1.tar.gz
pleroma-dbaab6f54e306e5fb930ce1ed0699631c8aeaae1.zip
Docs: Mention running the Qdrant server
-rw-r--r--docs/configuration/search.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/search.md b/docs/configuration/search.md
index ed85acd2a..d34f84d4f 100644
--- a/docs/configuration/search.md
+++ b/docs/configuration/search.md
@@ -16,10 +16,10 @@ This uses the vector search engine [Qdrant](https://qdrant.tech) to search the p
The default settings will support a setup where both the fastembed server and Qdrant run on the same system as pleroma. To use it, set the search provider and run the fastembed server, see the README in `supplemental/search/fastembed-api`:
-https://qdrant.github.io/fastembed/examples/Supported_Models/
-
> config :pleroma, Pleroma.Search, module: Pleroma.Search.QdrantSearch
+Then, start the Qdrant server, see [here](https://qdrant.tech/documentation/quick-start/) for instructions.
+
You will also need to create the Qdrant index once by running `mix pleroma.search.indexer create_index`. Running `mix pleroma.search.indexer index` will retroactively index the last 100_000 activities.
### Indexing and model options