# codesight environment variables
# Copy to .env and fill in values (or set in your shell)
# Directory where search indexes are stored
# Default: ~/.semantic-search/data
SEMANTIC_SEARCH_DATA_DIR=~/.semantic-search/data
# Embedding model to use
# Options: all-MiniLM-L6-v2 (default), nomic-embed-text-v1.5, jina-embeddings-v2-base-code
SEMANTIC_SEARCH_EMBEDDING_MODEL=all-MiniLM-L6-v2
# Log level: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=INFO
# Staleness threshold in minutes (how old can the index be before auto-refresh)
SEMANTIC_SEARCH_STALE_MINUTES=60