paulwong

          2025年6月21日 #

          保險核保系統設計

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

          posted @ 2025-07-02 00:43 paulwong 閱讀(13) | 評論 (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)編輯 收藏

          主站蜘蛛池模板: 通道| 麻栗坡县| 托克逊县| 康平县| 潞城市| 资阳市| 浦北县| 玉屏| 德兴市| 拜城县| 明溪县| 昭苏县| 门源| 永和县| 安达市| 鄢陵县| 水城县| 鲁甸县| 涪陵区| 惠水县| 株洲市| 甘孜县| 乐至县| 高邮市| 和林格尔县| 山东省| 盘山县| 泸定县| 鄂托克旗| 简阳市| 五常市| 平昌县| 太仓市| 叙永县| 琼结县| 搜索| 渑池县| 洛隆县| 滦平县| 鄂尔多斯市| 武城县|