com.suibari.nagi.searchChannels

suibari.com

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

mode string Optional

exact=name+description の語彙一致のみ(活動順) / semantic=埋め込みの近傍のみ(語彙一致ヒットは除外・相対しきい値で足切り) / hybrid=両者を混ぜた従来の1本。typeahead=true のときは無視される。

q string Required

自由文キーワード。name+description を意味検索(埋め込み)+語彙一致で検索する。

typeahead boolean Optional

true のとき、入力候補用に name だけを軽量な語彙一致で検索する。

Output

Encodingapplication/json
channels array Required

No description available.

cursor string Optional

No description available.

hasMore boolean Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
exact=name+description の語彙一致のみ(活動順) / semantic=埋め込みの近傍のみ(語彙一致ヒットは除外・相対しきい値で足切り) / hybrid=両者を混ぜた従来の1本。typeahead=true のときは無視される。
自由文キーワード。name+description を意味検索(埋め込み)+語彙一致で検索する。
true のとき、入力候補用に name だけを軽量な語彙一致で検索する。
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "channels",
        "hasMore"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "hasMore": {
          "type": "boolean"
        },
        "channels": {
          "type": "array",
          "items": {
            "type": "unknown"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "q"
    ],
    "properties": {
      "q": {
        "type": "string",
        "maxLength": 200,
        "description": "自由文キーワード。name+description を意味検索(埋め込み)+語彙一致で検索する。"
      },
      "mode": {
        "type": "string",
        "default": "hybrid",
        "description": "exact=name+description の語彙一致のみ(活動順) / semantic=埋め込みの近傍のみ(語彙一致ヒットは除外・相対しきい値で足切り) / hybrid=両者を混ぜた従来の1本。typeahead=true のときは無視される。",
        "knownValues": [
          "exact",
          "semantic",
          "hybrid"
        ]
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "typeahead": {
        "type": "boolean",
        "default": false,
        "description": "true のとき、入力候補用に name だけを軽量な語彙一致で検索する。"
      }
    }
  }
}

Lexicon Garden

@