From 2964c1f84012799e1d3932a0229c4f8f0c221553 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 20 Sep 2024 19:30:14 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 639eba9..b71f91f 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -456,6 +456,12 @@ Available Tools: {{TOOLS}}\nReturn an empty string if no tools match the query. - Default: `${DATA_DIR}/docs` - Description: Specifies the directory scanned for documents to add to the RAG database when triggered. +#### `VECTOR_DB` + +- Type: `str` +- Default: `chroma` +- Description: Specifies which vector database system to use, either 'chroma' for ChromaDB or 'milvus' for Milvus. This setting determines which vector storage system will be used for managing embeddings. + #### `CHROMA_TENANT` - Type: `str` @@ -491,6 +497,12 @@ Available Tools: {{TOOLS}}\nReturn an empty string if no tools match the query. - Default: `False` - Description: Controls whether or not SSL is used for ChromaDB Server connections. +#### `MILVUS_URI` + +- Type: `str` +- Default: `${DATA_DIR}/vector_db/milvus.db` +- Description: Specifies the URI for connecting to the Milvus vector database. This can point to a local or remote Milvus server based on the deployment configuration. + #### `RAG_TOP_K` - Type: `int`