PrivateGPT uses Qdrant as the default vector store. By default it runs in local disk mode — no separate Qdrant server needed.
Local disk mode is not recommended for production. Use a remote Qdrant server for any persistent or multi-instance deployment.
To connect to an existing Qdrant server instead of the local disk instance:
If you switch embedding models, the vector dimensions change. Re-ingest your documents after changing the model and update embed_dim to match:
Run make wipe before re-ingesting to avoid a dimension mismatch error.