- Remove obsidian.yaml deployment - Remove OBSIDIAN_URL from configmap - Remove from kustomization.yaml - obsidian_ref_source.rs kept as dead code (no callers) - Reference docs now handled via memory graph entities - Scaled obsidian-server to 0 in cluster
This commit is contained in:
@@ -20,7 +20,6 @@ data:
|
||||
# OpenSearch
|
||||
OPENSEARCH_HOST: "opensearch.poimen.svc.cluster.local:9200"
|
||||
# Obsidian
|
||||
OBSIDIAN_URL: "http://obsidian-server.poimen.svc.cluster.local:8080"
|
||||
# LLM Configuration (for entity extraction)
|
||||
LLM_ENDPOINT: "http://api-internal.riotpiao.com:8000/v1/chat/completions"
|
||||
LLM_MODEL: "qwen:7b"
|
||||
|
||||
Reference in New Issue
Block a user