Skip to content

Commit 75c8ec4

Browse files
authored
배포 v1.3.6
배포 v1.3.6
2 parents 2e0e73e + e32bfa3 commit 75c8ec4

File tree

15 files changed

+3131
-2
lines changed

15 files changed

+3131
-2
lines changed

ELK/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async def search_places(query: str, max_results: int = 23):
4040
raise HTTPException(status_code=500, detail=str(e))
4141

4242
@app.get("/api/place/search/llm-tool", response_model=LLMToolResponse)
43-
async def search_places_for_llm_tool(region: str, categories: List[str] = Query(..., min_length=3)):
43+
async def search_places_for_llm_tool(region: str, categories: List[str] = Query(..., min_length=1, max_length=3)):
4444
"""LLM 도구를 위한 장소 검색 API"""
4545
try:
4646
if not elasticsearch_service.is_connected():

MLOps/app/airflow/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/logs
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
383481

0 commit comments

Comments
 (0)