paulwong

          2025年6月18日 #

          保險核保系統設計

          回答用戶的問題, 如“醉駕能否賠償”時, 首先去條款庫中匹配是否對得上的條款, 如有直接返回.
          上面如果不中, 則走llm回答.
          提取關鍵字, 用一關鍵字列表, 逐個對照, 如有則返回關鍵字, 沒有則返回默認的車險關鍵字
          拿著此關鍵字去知識圖譜搜索出一堆條款
          構造大模型輸入的提示詞, 即角色+條款列表+問題+請回答, 輸入到大模型, 讓大模型回答
          檢查回答是否合規, 如是否有免責字樣或沒有條款列表, 如不規合則直接返回, “請聯系銷售代表”字樣
          如合規, 則提取回答后面的字樣作為答案返回
          @import url(/css/cuteeditor.css);

          posted @ 2025-07-02 00:43 paulwong 閱讀(12) | 評論 (0)編輯 收藏

          debian安裝python+替換為清華源

          sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

          sudo vi /etc/apt/sources.list.d/debian.sources

          添加如下內容:
          Types: deb
          URIs: https://mirrors.tuna.tsinghua.edu.cn/debian/
          Suites: bookworm bookworm-updates bookworm-backports
          Components: main contrib non-free non-free-firmware
          Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

          Types: deb
          URIs: https://mirrors.tuna.tsinghua.edu.cn/debian-security/
          Suites: bookworm-security
          Components: main contrib non-free non-free-firmware
          Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

          更新所有包
          sudo apt update

          安裝python
          sudo apt-get install python3

          sudo apt-get install python3-pip

          命令支持短寫
          sudo apt install python-is-python3

          安裝miniconda
          wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py310_25.3.1-1-Linux-x86_64.sh

          bash Miniconda3-py310_25.3.1-1-Linux-x86_64.sh
          conda config --set show_channel_urls yes

          cat > ~/.condarc <<EOF
          channels:
          - defaults
          show_channel_urls: true
          default_channels:
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
          custom_channels:
          conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
          pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
          EOF

          清除緩存
          conda clean -i

          conda --version
          conda info # 查看渠道是否顯示為清華源




          posted @ 2025-06-23 11:32 paulwong 閱讀(45) | 評論 (0)編輯 收藏

          最全 Docker 神器集結,讓你的服務器瞬間起飛!

          https://mp.weixin.qq.com/s/gtyMdmCqBY7LfdBGUBldSA

          posted @ 2025-06-21 23:01 paulwong 閱讀(22) | 評論 (0)編輯 收藏

          百煉大模型支持深度思考


          https://help.aliyun.com/zh/model-studio/deep-thinking#1f5ad51894bvi

          posted @ 2025-06-18 23:56 paulwong 閱讀(17) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 公主岭市| 嘉善县| 巴青县| 灵璧县| 全南县| 丰原市| 古丈县| 鸡泽县| 蒙城县| 海口市| 海丰县| 丰原市| 九寨沟县| 武威市| 伊宁市| 同德县| 兴隆县| 酒泉市| 从化市| 阜阳市| 岢岚县| 左云县| SHOW| 大理市| 芜湖县| 台南市| 台前县| 吉隆县| 明光市| 耒阳市| 航空| 荆门市| 彩票| 辽源市| 夏邑县| 上蔡县| 岚皋县| 彰武县| 连平县| 河池市| 天柱县|