上一页 1 2 3 4 5 6 7 ··· 48 下一页
摘要: 向量数据库milvus安装 CentOS + Docker + Milvus Standalone(单机版) CentOS 8GB Docker │ ├── Redis ├── PostgreSQL ├── MinIO(RELEASE.2023-03-20T20-16-18Z) ├── etcd(v 阅读全文
posted @ 2026-06-16 21:39 Felix_Openmind 阅读(22) 评论(0) 推荐(0)
摘要: Weaviate Server Python Client Python版本 是否推荐 1.23.x 4.x 3.8+ ⚠️ 较旧 1.24.x 4.x 3.8+ ⚠️ 较旧 1.25.x 4.x 3.8+ ⚠️ 较旧 1.26.x 4.x 3.8+ ⚠️ 部分新版 SDK 不支持 1.27.x 4 阅读全文
posted @ 2026-06-15 23:18 Felix_Openmind 阅读(10) 评论(0) 推荐(0)
摘要: ![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 阅读(6) 评论(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 阅读(22) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2104219/202606/2104219-20260614185923122-2011881185.png) 阅读全文
posted @ 2026-06-14 18:59 Felix_Openmind 阅读(8) 评论(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 阅读(11) 评论(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 阅读(30) 评论(0) 推荐(0)
摘要: eslint prettier 其他配置 阅读全文
posted @ 2026-06-07 09:17 Felix_Openmind 阅读(5) 评论(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:41 Felix_Openmind 阅读(26) 评论(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 阅读(6) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 48 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}