框架
Weaviate
Weaviate 是开源 AI 开发框架,2016 年推出,面向开发者、企业。
在一次查询里结合向量检索与关键词过滤的向量数据库。
主打:向量检索。开源,可以免费使用。使用方式:自部署、API、本地离线运行。
这是 https://godooo.ai/zh/framework/weaviate 的 Markdown 版本。本站每个页面都有:在地址后面加 .md。
速览
能做什么
向量检索主打待校准
“Weaviate is an open-source vector database designed to store and index both data objects and their vector embeddings.”— docs.weaviate.io, 2026-09-24
向量嵌入支持待校准
“Weaviate supports two approaches to store vectors: automatic vectorization at import using integrated models (OpenAI, Cohere, HuggingFace, and others) or direct import of pre-computed vector embeddings.”— github.com, 2026-09-24
知识库检索支持待校准
“Weaviate can serve as a robust backend for RAG workflows, where vector search is used to retrieve context that enhances the output of generative models”— docs.weaviate.io, 2026-09-24
待校准由机器提出,尚待校准
平替与同类
- Milvus开源免费同样能做:向量检索、知识库检索
- Qdrant开源免费同样能做:向量检索、知识库检索
- LanceDB开源免费同样能做:向量检索、知识库检索
- Chroma MCP Server开源免费同样能做:向量检索、知识库检索
- LlamaIndex开源免费同样能做:知识库检索、向量检索
- RAGFlow开源免费同样能做:知识库检索、向量检索
- BGE开源免费同样能做:向量嵌入、向量检索
- Chroma开源免费同样能做:向量检索
- Faiss开源免费同样能做:向量检索
- Haystack开源免费同样能做:知识库检索、向量检索
- LightRAG开源免费同样能做:知识库检索、向量检索
- pgvector开源免费同样能做:向量检索
关系
常见问题
Weaviate 是什么?
Weaviate 是开源 AI 开发框架,2016 年推出,面向开发者、企业。在一次查询里结合向量检索与关键词过滤的向量数据库。
Weaviate 免费吗?
免费。Weaviate 是开源软件。
Weaviate 开源吗?
开源。源代码在 https://github.com/weaviate/weaviate。
Weaviate 能本地运行吗?
能,可以在自己的电脑上离线运行。也可以部署在自己的服务器上。
Weaviate 能做什么?
主打:向量检索。也能做:向量嵌入、知识库检索。
Weaviate 有哪些开源替代品?
开源的有:Milvus、Qdrant、LanceDB、Chroma MCP Server、LlamaIndex、RAGFlow、BGE、Chroma。
来源
- docs.weaviate.io/weaviate核实于 2026-09-24
- github.com/weaviate/weaviate核实于 2026-09-24
- weaviate.io/developers/weaviate