You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/ai/ai-search/ai-search.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ tags:
5
5
6
6
# AI Search Setup
7
7
8
-
AI-powered search in Docmost uses vector embeddings to provide semantic search across your workspace. This is an enterprise feature that requires a valid license key.
8
+
AI-powered search and AI Chat in Docmost uses vector embeddings to provide semantic search across your workspace. This is an enterprise feature that requires a valid license key.
@@ -190,7 +194,7 @@ After configuring your AI provider:
190
194
191
195
1. Log in to Docmost as a workspace admin
192
196
2. Go to **Settings** → **AI settings**
193
-
3. Toggle **AI-powered search (Ask AI)** to enable
194
-
4. Wait for background job to generate embeddings for existing pages (monitor via logs)
197
+
3. Toggle **AI-powered search (AI Answers)** to enable
198
+
4. Wait for background job to generate embeddings for existing pages (You can monitor via logs if _DEBUG_MODE: true_ env is set)
195
199
196
-
**Note:** Embeddings are generated asynchronously. New pages get embeddings on creation/update. Existing pages are queued for processing when AI search is enabled.
200
+
**Note:** Embeddings are generated asynchronously. New pages get embeddings on creation/update after 10 minutes. Existing pages are queued for processing when AI search is enabled.
0 commit comments