Installation

Set up enVector using the official deployment assets. The reference repository provides ready‑to‑use Docker Compose and Helm Chart configurations, plus example Jupyter notebooks for quick validation.

Options

  • Docker Compose

    • Best for a quick local setup on a single machine.

    • Uses a docker-compose.yml provided in the deployment repo.

  • Helm Chart (Kubernetes)

    • Best for Kubernetes clusters and staging/production‑like setups.

    • Helm chart manifests are included in the deployment repo.

  • Example Jupyter Notebooks

    • Try the SDK end‑to‑end with runnable notebooks in the deployment repoarrow-up-right.

    • Useful for validating encrypted insert/search workflows and demos.

Next Steps

Last updated