1 2 3 4 5 ··· 46 下一页
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614190614065-2030256881.png) ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614190623301-567629062.png) 阅读全文
posted @ 2026-06-14 19:06 Felix_Openmind 阅读(2) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614190337287-1489492444.png) ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614190346960-1908745566.png) 阅读全文
posted @ 2026-06-14 19:05 Felix_Openmind 阅读(3) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614185923122-2011881185.png) 阅读全文
posted @ 2026-06-14 18:59 Felix_Openmind 阅读(2) 评论(0) 推荐(0)
摘要: from typing import TypedDict, Annotated, Any, Literal from langchain_core.runnables import RunnableConfig import dotenv from langchain_community.tools 阅读全文
posted @ 2026-06-10 00:17 Felix_Openmind 阅读(6) 评论(0) 推荐(0)
摘要: C:\Users\Administrator.cache\huggingface\hub\models--Qwen--Qwen3-Embedding-0.6B uv pip install torch==2.11.0+cu128 --index-url https://download.pytorc 阅读全文
posted @ 2026-06-09 14:51 Felix_Openmind 阅读(11) 评论(0) 推荐(0)
摘要: eslint prettier 其他配置 阅读全文
posted @ 2026-06-07 09:17 Felix_Openmind 阅读(3) 评论(0) 推荐(0)
摘要: # 1. 查看已有镜像 docker images | grep weaviate # 查看已有镜像 # 2. 导出镜像为 tar 文件 # 基本语法:docker save -o 输出文件名.tar 镜像名:标签 docker save -o weaviate-1.26.6.tar semitec 阅读全文
posted @ 2026-06-01 14:40 Felix_Openmind 阅读(10) 评论(0) 推荐(0)
摘要: systemctl stop docker systemctl stop iptables systemctl disable iptables iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t man 阅读全文
posted @ 2026-05-29 21:09 Felix_Openmind 阅读(4) 评论(0) 推荐(0)
摘要: # 1. 停止 Docker 服务 sudo systemctl stop docker # 2. 删除冲突的 Docker 网络配置 sudo rm -rf /var/lib/docker/network # 3. 删除 docker0 网桥(如果存在) sudo ip link delete d 阅读全文
posted @ 2026-05-29 00:00 Felix_Openmind 阅读(9) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202605/2104219-20260528230954118-1460972307.png) 阅读全文
posted @ 2026-05-28 23:09 Felix_Openmind 阅读(6) 评论(0) 推荐(0)
1 2 3 4 5 ··· 46 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}