Skip to content

Commit

Permalink
Merge branch 'main' into v0.5.0-branch
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary BENSALEM <[email protected]>
  • Loading branch information
Zochory authored Aug 22, 2024
2 parents 897333c + a0e2a34 commit 4309e86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GraphFleet uses knowledge graphs to provide substantial improvements in question

1. Configuration:
Environment Variables: Set up your environment variables in a .env file (refer to the .env.example file for available options). Key variables include:

Fill in the .env file in the root folder and the one in the graphfleet folder.

```sh
Expand All @@ -89,6 +90,7 @@ Fill in the .env file in the root folder and the one in the graphfleet folder.
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.
Expand Down

0 comments on commit 4309e86

Please sign in to comment.