GitNexus/gitnexus/.env.example

20 lines
827 B
Text

# GitNexus HTTP Embedding Configuration
# Copy to .env and uncomment to use a remote OpenAI-compatible endpoint
# instead of the local snowflake-arctic-embed-xs model.
# When unset, local embeddings are used unchanged.
# GITNEXUS_EMBEDDING_URL=http://your-server:8080/v1
# GITNEXUS_EMBEDDING_MODEL=BAAI/bge-large-en-v1.5
# GITNEXUS_EMBEDDING_DIMS=1024
# GITNEXUS_EMBEDDING_API_KEY=your-key
# Works with Infinity, vLLM, TEI, llama.cpp, Ollama, LM Studio, or OpenAI.
# See README for details.
# OpenTelemetry metrics with Prometheus exporter on `gitnexus serve`.
# Opt-in; defaults off. Loopback bind by default — reverse-proxy if you
# need wider exposure. See src/mcp/metrics.ts.
# GITNEXUS_OTEL_METRICS=on
# GITNEXUS_OTEL_METRICS_PORT=9464
# GITNEXUS_OTEL_METRICS_HOST=127.0.0.1
# GITNEXUS_OTEL_METRICS_ENDPOINT=/metrics