# Multi-Source Local Search MCP Server - Environment Variables
# Wikipedia Index Size
# Number of Wikipedia articles to index (default: 1,000,000)
# Set to 0 for full dataset (~6.8M articles, requires ~20GB disk space)
# For testing, use 10,000-50,000
WIKI_SUBSET_SIZE=1000000
# Local Documents Path (Optional)
# Path to your local files for search indexing
# Supports: .md (Markdown), .txt (Text files)
# Example: /Users/yourname/Documents/Notes
# Example: /Users/yourname/ObsidianVault/Research
# Leave empty to disable local file search
LOCAL_DOCS_PATH=
# Example configurations:
# For Obsidian vault:
# LOCAL_DOCS_PATH=/Users/yourname/Documents/ObsidianVault
# For general notes folder:
# LOCAL_DOCS_PATH=/Users/yourname/Documents/MyNotes
# For testing (using the included test notes):
# LOCAL_DOCS_PATH=/path/to/localsearch-mcp/test_notes