会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Felix_Openmind
https://github.com/serendipitywzz
博客园
首页
新随笔
管理
上一页
1
2
3
4
5
6
7
···
48
下一页
2026年6月16日
向量DB milvus环境
摘要: 向量数据库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)
2026年6月15日
Weaviate和Python版本兼容情况
摘要: 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)
2026年6月14日
知识库 +RAG 一体化建设
摘要:  
阅读全文
posted @ 2026-06-14 19:06 Felix_Openmind
阅读(6)
评论(0)
推荐(0)
RAG知识库技术分层架构图
摘要:  
阅读全文
posted @ 2026-06-14 19:05 Felix_Openmind
阅读(22)
评论(0)
推荐(0)
AI Agent规划与推理架构图
摘要: 
阅读全文
posted @ 2026-06-14 18:59 Felix_Openmind
阅读(8)
评论(0)
推荐(0)
2026年6月10日
hitl_demo
摘要: 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)
2026年6月9日
5060Ti 本地文本嵌入模型(Qwen/Qwen3-Embedding-0.6B)测试
摘要: 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)
2026年6月7日
WebStorm Eslint & Prettier
摘要: eslint prettier 其他配置
阅读全文
posted @ 2026-06-07 09:17 Felix_Openmind
阅读(5)
评论(0)
推荐(0)
2026年6月1日
docker save - 保存镜像为 tar 文件
摘要: # 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)
2026年5月29日
VMware中的服务无法访问
摘要: 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;}