Skip to content

Commit 4884697

Browse files
authored
Update AI search docs
1 parent 23607e4 commit 4884697

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/self-hosting/ai/ai-search/ai-search.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags:
55

66
# AI Search Setup
77

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.
99

1010
## Prerequisites
1111

@@ -131,6 +131,10 @@ AI_COMPLETION_MODEL=gemini-2.5-flash
131131
Docmost AI search and embeddings supports local LLMs via Ollama.
132132
Ollama Docker Installation Guide: https://docs.ollama.com/docker
133133

134+
:::tip
135+
You can use any OLLAMA-supported model based on your needs and compute capacity.
136+
:::
137+
134138
### Environment Variables
135139

136140
```bash
@@ -140,7 +144,7 @@ AI_EMBEDDING_MODEL=nomic-embed-text
140144
AI_COMPLETION_MODEL=qwen2.5:7b
141145
```
142146

143-
### Ollama Preset Models
147+
### Ollama Embedding Preset Models
144148

145149
| Model |
146150
|-------|
@@ -190,7 +194,7 @@ After configuring your AI provider:
190194

191195
1. Log in to Docmost as a workspace admin
192196
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)
195199

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

Comments
 (0)