.env.example 526 B

12345678910111213
  1. # This project must be configured exclusively via a single .env in the project root.
  2. # The remote MCP server (HTTP/SSE) that exposes sparql_query / sparql_update.
  3. REMOTE_MCP_SSE_URL=http://192.168.0.249:8501/mcp/sse
  4. REMOTE_MCP_TIMEOUT=10
  5. REMOTE_MCP_SSE_READ_TIMEOUT=300
  6. # Graph to query (used in the scaffolding SPARQL templates).
  7. RESOLUTION_GRAPH_IRI=http://world.eu.org/atlas_data#
  8. # Ollama embedding configuration for candidate ranking.
  9. OLLAMA_BASE_URL=http://192.168.0.200:11434
  10. OLLAMA_EMBEDDING_MODEL=nomic-embed-text