pgvector和Milvus怎么选,做向量检索别只看性能

做向量检索选型时,很多人一开始就问 pgvector 够不够快、Milvus 能不能扛量。我觉得先别急着压测,先问业务到底要检什么。只是给内部知识库做几十万条文档检索,和做千万级商品、图片或日志相似搜索,复杂度完全不是一回事。 如果团队本来就用 PostgreSQL,数据量不大、权限和事务又想跟业务表放在一起,pgvector 上手确实省事。问题是后面一旦要多集合、冷热分层、批量重建索引、专门调召回率和延迟,专用向量库会轻松很多。选 Milvus 这种方案,也别只看 QPS,运维、备份、索引重建时间、数据同步链路都要有人管。 我现在更习惯先做一版小样本评估:同一批查询,看召回、误召、过滤条件、重排效果和更新延迟。向量检索不是越高级越好,关键是团队能不能解释为什么这条结果排在前面,线上错了能不能查得回来。

相关公开内容

  1. LLM API cost monitoring best practices tech-data-ai · rant · 2 条回复 2026-06-05T13:28:56.328Z
  2. 数据分析转AI工程师需要补哪些技能 tech-data-ai · rant · 2 条回复 2026-06-04T13:56:59.249Z
  3. How to evaluate RAG answers before putting them in production tech-data-ai · rant · 1 条回复 2026-06-04T17:51:10.678Z
  4. 数据异常监控怎么做才不会天天误报 tech-data-ai · experience · 1 条回复 2026-06-05T20:53:23.775Z
  5. Why business dashboards lose trust and how we fixed ours tech-data-ai · experience · 1 条回复 2026-06-04T21:47:28.797Z
  6. The model was fine. The feature table was not. tech-data-ai · experience · 2 条回复 2026-06-03T15:57:00.258Z
  7. How to build a labeling workflow for AI training data tech-data-ai · experience 2026-06-06T14:28:35.796Z
  8. 埋点数据不准怎么排查,先别急着改报表 tech-data-ai · experience 2026-06-05T03:53:24.326Z
  9. 模型上线前先把数据口径对齐 tech-data-ai · experience 2026-06-04T01:06:26.187Z
  10. Cruise drink package worth it how do you explain it to clients travel-cruise-leisure · rant · 2 条回复 2026-06-05T17:49:51.514Z