From a411441f4f028d6b77739976f3f576ce4f46c56c Mon Sep 17 00:00:00 2001 From: windpacer Date: Fri, 29 May 2026 09:49:40 +0900 Subject: [PATCH] =?UTF-8?q?OllamaController:=20find=5Ftags=20=EC=84=A4?= =?UTF-8?q?=EB=AA=85=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20/=20opcserve?= =?UTF-8?q?r=5Fautostart:=20{}=20=E2=86=92=20false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Web/Controllers/OllamaController.cs | 2 +- src/Web/opcserver_autostart.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Web/Controllers/OllamaController.cs b/src/Web/Controllers/OllamaController.cs index a1b211e..05dcb34 100644 --- a/src/Web/Controllers/OllamaController.cs +++ b/src/Web/Controllers/OllamaController.cs @@ -140,7 +140,7 @@ public class OllamaController : ControllerBase "- run_sql: PostgreSQL SELECT/WITH 실행 (자동 LIMIT 1000 / 30s timeout)\n" + "- query_pv_history: 태그 PV 이력 조회 (history_table, recorded_at)\n" + "- get_tag_metadata: 태그명 패턴 매칭 검색 (realtime_table)\n" + - "- find_tags: 태그 통합 검색 — base_tag/설명/area (v_tag_summary 뷰)\n" + + "- find_tags: 태그 통합 검색 — base_tag/설명/area/sub_area (query 생략 시 sub_area 전체 조회)\n" + "- list_drawings: P&ID 도면 목록 (node_map_master)\n" + "- query_with_nl: 자연어 → SQL 변환 후 실행\n" + "- query_events: 이벤트 히스토리 조회 (event_history_table, tag/event_type/area/기간)\n" + diff --git a/src/Web/opcserver_autostart.json b/src/Web/opcserver_autostart.json index 9e26dfe..c508d53 100644 --- a/src/Web/opcserver_autostart.json +++ b/src/Web/opcserver_autostart.json @@ -1 +1 @@ -{} \ No newline at end of file +false