mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
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
|
|
# GITNEXUS_EMBEDDING_MAX_ATTEMPTS=3
|
|
# GITNEXUS_EMBEDDING_RETRY_CAP_MS=5000
|
|
# GITNEXUS_EMBEDDING_MIN_INTERVAL_MS=0
|
|
|
|
# Works with Infinity, vLLM, TEI, llama.cpp, Ollama, LM Studio, or OpenAI.
|
|
# See README for details.
|
|
|
|
# Azure DevOps Server (Self-Hosted) Integration
|
|
# Base URL of your Azure DevOps Server instance. Prefer https:// — the PAT is
|
|
# sent in an Authorization header, so cleartext http:// exposes it on the wire
|
|
# (http:// is still supported for internal-only instances; the server warns).
|
|
# AZURE_DEVOPS_URL=https://azuredevops.example.com
|
|
|
|
# Personal Access Token with Code (Read) scope for cloning private repos.
|
|
# Used for both self-hosted and cloud (dev.azure.com) Azure DevOps.
|
|
# AZURE_DEVOPS_PAT=your-pat-here
|