Main
Wax 的价值在于把记忆层的运维面做小:文档、向量、元数据不再拆成几套系统,而是跟着一个文件走。
这对本地优先 agent 工作流、演示环境和 Apple 平台产品尤其友好,因为这里更看重可移植性与低接入成本,而不是分布式集群规模。
README 的定位也很清晰:如果你现在的瓶颈是搭建复杂度与迁移成本,Wax 值得尝试;如果你需要的是超大规模服务层,那就不是它的主战场。
Source-backed notes
- README defines Wax as a Swift-native persistence engine for AI agents.
- The core packaging idea is one portable
.waxfile containing documents, metadata, and indexes. - README positions it as local-first memory tuned for Apple Silicon rather than a server-based vector stack.
FAQ
问:Is Wax a hosted vector database? 答:No. It is designed as a portable local memory engine centered on a single file.
问:Why is the file model important? 答:Backup, copy, and transport become simpler because documents and indexes travel together.
问:Who should evaluate it first? 答:Swift and Apple Silicon teams building local-first agent or retrieval features.