From 11c96b6f4312e18691f1e3b4bd42caf2ad2f7288 Mon Sep 17 00:00:00 2001 From: Zachary BENSALEM Date: Thu, 22 Aug 2024 11:35:09 +0200 Subject: [PATCH] Update README.md Signed-off-by: Zachary BENSALEM --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 562624168..a17ed5f19 100644 --- a/README.md +++ b/README.md @@ -83,15 +83,14 @@ Environment Variables: Set up your environment variables in a .env file (refer t Fill in the .env file in the root folder and the one in the graphfleet folder. - ```sh - export GRAPHRAG_API_KEY="your_api_key_here" - export GRAPHRAG_API_BASE="your_api_base_url_here" - export GRAPHRAG_API_VERSION="your_api_version_here" - export GRAPHRAG_LLM_MODEL="your_llm_model_here" - export GRAPHRAG_DEPLOYMENT_NAME="your_deployment_name_here" - export GRAPHRAG_EMBEDDING_MODEL="your_embedding_model_here" - - ``` + ```bash + export GRAPHRAG_API_KEY="your_api_key_here" + export GRAPHRAG_API_BASE="your_api_base_url_here" + export GRAPHRAG_API_VERSION="your_api_version_here" + export GRAPHRAG_LLM_MODEL="your_llm_model_here" + export GRAPHRAG_DEPLOYMENT_NAME="your_deployment_name_here" + export GRAPHRAG_EMBEDDING_MODEL="your_embedding_model_here" + ``` settings.yaml: Customize GraphFleet's behavior further by modifying the settings.yaml file within the graphfleet directory.