icon

Khoj AI Service

Khoj is an open source, personal AI, understands pdf, plaintext, markdown, org-mode files, and notion pages (Obsidian and more client). The deployment includes: - PostgreSQL database with pgvector extension for vector similarity search. - Terrarium sandbox for secure Python code execution. - SearxNG search engine for web search capabilities. - Khoj computer - khoj-ai

template cover
Deployed2 times
Publisherbryanlin16899
Created2025-06-29
Services
service icon
service icon
service icon
service icon
service icon
Tags
AIPersonal AIVector SearchEmbeddingSecond Brain

Khoj is an open source, personal AI, understands pdf, plaintext, markdown, org-mode files, and notion pages (Obsidian and more client).

Services

  • database: PostgreSQL with pgvector extension for storing vector embeddings.
  • sandbox: Simple, fast container image builder for Python applications.
  • search: SearxNG search engine for web search integration.
  • computer: Khoj computer.
  • server: Khoj main server connecting all components.

Configuration

Environment variables can be customized to configure database connection, admin email, admin password.

Usage

You can integrate Khoj with various LLM providers by setting the respective API keys in the environment variables. For example, you can set OPENAI_API_KEY, GEMINI_API_KEY, and ANTHROPIC_API_KEY to use OpenAI, Google Gemini, and Anthropic models respectively.

After deployment, access the Khoj server on the exposed port. Use the admin credentials to log in and configure the platform.

Integrate with your note taking system, such as Obsidian, to enhance your personal AI experience. for more detail visit the docs.

Documentation

For more information, visit the Khoj documentation.