Choose your product
Compare the two products and choose the right starting point.
| Choose by | Embedded retrievalZvec | Workspace searchZvec-Grep |
|---|---|---|
| Typical scenarios |
|
|
| Use through | Native SDKs | CLI, MCP, or AI agents |
| Choose it when | You own data parsing and vector generation and need a programmable retrieval engine | You want ready-to-use workspace search without implementing ingestion or retrieval |
| Data flow | Index SchemaParsed records + vectorsinsert / upsertIndexes Search Vector / text / filtersquery()Ranked documents | Index Workspace filesScan + parse + chunkBM25 + vector index Search QueryExact / hybridCLI / MCPHuman / agent |