From a620d011b099c72889a0dd11fde12eae61f60f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=81ukawski?= Date: Fri, 13 Dec 2024 17:41:47 +0100 Subject: [PATCH] Update README to include the new variable for local path --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d81c2a9..0d5626e 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,13 @@ by passing the `--fastembed-model-name` argument to the server. The configuration of the server can be also done using environment variables: -- `QDRANT_URL`: URL of the Qdrant server +- `QDRANT_URL`: URL of the Qdrant server, e.g. `http://localhost:6333` - `QDRANT_API_KEY`: API key for the Qdrant server - `COLLECTION_NAME`: Name of the collection to use - `FASTEMBED_MODEL_NAME`: Name of the FastEmbed model to use +- `QDRANT_LOCAL_PATH`: Path to the local Qdrant database + +You cannot provide `QDRANT_URL` and `QDRANT_LOCAL_PATH` at the same time. ## License