{"name":"step-docs-rag-search","description":"STEPのドキュメントをRAG検索できるAPIです。","endpoints":[{"method":"GET","path":"/","description":"使い方を返します。"},{"method":"GET","path":"/search?q=<クエリ>","description":"クエリに関連するドキュメントをスコア順に返します。","params":{"q":"検索クエリ(必須)"},"example":"curl \"http://step-docs-search.ktr-server.com/search?q=プルリクエストの出し方\""},{"method":"GET","path":"/health","description":"インデックスの状態(モデル、次元数、件数、作成日時)とキャッシュの統計を返します。","example":"curl \"http://step-docs-search.ktr-server.com/health\""}]}