Twinkle HubTwinkle Hub

立法院議案語意+關鍵字檢索

tw_search_ly_bills

議会 · 3 件🇹🇼 台湾読み取り専用

關鍵字 / Keywords: 立法院 議案 法律案 提案 三讀 凍結 預算 質詢 委員會 屆別 legislature bill motion budget freeze session term Taiwan LY

立法院議案語意檢索 (142k 議案, 議案名稱向量).

Args: query: 自然語言 (e.g. "健保法修正", "勞動基準法職災保護") name_contains: 議案名稱必含子字串 term: 屆別 (e.g. 11 for 第 11 屆) bill_category: 議案類別 (e.g. "法律案", "預算案") bill_status: 議案狀態 (e.g. "三讀通過") proposer_contains: 提案人字串 (含主提 + 共同提案人) limit: top-K (1..100)

Returns: {n_corpus, n_returned, query, hits: [{屆, 議案編號, 議案名稱, 議案類別, 議案狀態, 提案人, 提案日期, 案由, 說明, url, similarity}, ...]}

パラメータ

名前説明
query *string
name_containsstring
terminteger
bill_categorystring
bill_statusstring
proposer_containsstring
limitinteger
modestring
生の JSON schema
{
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "name_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Name Contains"
    },
    "term": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Term"
    },
    "bill_category": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Bill Category"
    },
    "bill_status": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Bill Status"
    },
    "proposer_contains": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Proposer Contains"
    },
    "limit": {
      "default": 20,
      "title": "Limit",
      "type": "integer"
    },
    "mode": {
      "default": "hybrid",
      "title": "Mode",
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "title": "tw_search_ly_billsArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_search_ly_bills({ query: "…" })