Skip to main content
Collabase Brain is the built-in AI assistant. It lets users generate content, summarize pages, improve writing, translate text, and ask questions about your documentation — without leaving Collabase. All AI features are turned off by default. Enable them under Admin → Settings → AI.

Enabling Brain

Go to Admin → Settings → AI and toggle Collabase Brain to on. Then choose and configure your AI provider below. When Brain is disabled, all AI features are hidden from users.

Choosing an AI provider

Collabase works with local and cloud AI providers. Choose the option that fits your requirements.

Ollama

Runs AI models on your own server. No data leaves your infrastructure. Recommended for organizations with strict data residency requirements.

OpenAI

Use GPT-4o or other OpenAI models via the OpenAI API. Requires an API key.

Google Gemini

Use Gemini models via Google AI Studio. Requires an API key.

Azure AI Foundry

Enterprise OpenAI models deployed in your Azure subscription.

Groq

Fast cloud inference with a generous free tier.

Configuring a provider

Navigate to Admin → Settings → AI and select your provider.

Ollama (runs on your server)

Ollama runs AI models locally. Install Ollama on your server first and pull the model you want to use.
FieldDescription
Ollama URLThe address where Ollama is running — e.g. http://localhost:11434
ModelThe model name to use — e.g. llama3.2
Click Test Connection to verify the connection before saving.
With Ollama, all AI processing stays on your server. No content is sent to any external service.

OpenAI

FieldDescription
API KeyYour OpenAI API key
ModelThe model to use — e.g. gpt-4o-mini

Google Gemini

FieldDescription
API KeyYour Google AI Studio API key
ModelThe model to use — e.g. gemini-2.0-flash

Azure AI Foundry

FieldDescription
Endpoint URLYour Azure AI Foundry deployment URL
API KeyYour Azure API key
ModelThe deployed model name

Groq

FieldDescription
API KeyYour Groq API key from console.groq.com
ModelThe model to use — e.g. llama-3.3-70b-versatile

What users can do with Brain

Once configured, users can type /ai anywhere they write content to open the AI action menu:
ActionWhat it does
GenerateWrite content from a prompt
SummarizeCondense the current page or selected text
Improve writingRefine grammar, clarity, and tone
Fix spelling & grammarCorrect errors only — tone is preserved
Make shorter / Make longerAdjust the length of the selected text
TranslateTranslate selected text to another language

Semantic search (Brain chat)

When Semantic Search is enabled in Admin → Settings → AI, users can ask questions about your Collabase content in plain language and get answers based on what is actually in your pages. Enable it and choose an embedding source:
  • Same as AI provider — uses the same provider you configured above. Works for most setups.
  • Custom provider — use a separate provider for search. Useful if you want a dedicated embedding model.
Pages are indexed automatically when they are saved. New content is available for semantic search within a few seconds of being saved.

Data and privacy

All AI processing stays entirely on your own server. No content is sent to any external service. This is the recommended option for organizations with strict data residency requirements.
Content processed by AI is sent to the respective provider’s API. Review each provider’s data processing agreement to understand how they handle your data. API keys are stored encrypted and are never logged.