> ## Documentation Index
> Fetch the complete documentation index at: https://docs.olis-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Olis with your favorite tools

## Overview

Olis integrates with various services and tools to enhance your productivity.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Ollama" icon="robot">
    Local LLM inference server for intent detection
  </Card>

  <Card title="Vector Databases" icon="database">
    Semantic search with Qdrant, Pinecone, or Weaviate
  </Card>

  <Card title="Redis" icon="server">
    Caching and session management
  </Card>

  <Card title="PostgreSQL" icon="database">
    Persistent data storage
  </Card>
</CardGroup>

## Configuration

Each integration can be configured via environment variables or settings UI.

## Coming Soon

* Slack integration
* GitHub integration
* Notion integration
* Google Workspace integration

## Next Steps

<CardGroup cols={2}>
  <Card title="Intent Detection" icon="lightbulb" href="/features/intent-detection">
    Learn about intent detection
  </Card>

  <Card title="Document Context" icon="file" href="/features/document-context">
    Learn about document context
  </Card>
</CardGroup>
