Skip to content

Commit

Permalink
Merge branch 'main' into small-update-streamlit
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary BENSALEM <[email protected]>
  • Loading branch information
Zochory authored Sep 1, 2024
2 parents f600e03 + 8592ef2 commit 58f8ffc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export GRAPHRAG_EMBEDDING_TYPE="azure_openai_embedding"
export GRAPHRAG_EMBEDDING_KEY="your_embedding_key_here"
export GRAPHRAG_EMBEDDING_ENDPOINT="<https://your-azure-openai-embedding-resource.openai.azure.com/>"
export GRAPHRAG_EMBEDDING_DEPLOYMENT_NAME="your_embedding_deployment_name"

```


Expand Down Expand Up @@ -155,13 +154,15 @@ To run the API, save the code in a file named api.py and execute the following c
streamlit run app/streamlit_app.py
```



## Security

For details about our security policy, please see [Security](SECURITY.md) or [Security](docs/SECURITY.md).
For details about our security policy, please see [Security](SECURITY.md)

## License

This project is licensed under the Apache License 2.0. For the full license text, please see [License](LICENSE) or [License](docs/LICENSE).
This project is licensed under the Apache License 2.0. For the full license text, please see [License](LICENSE)

## Star History

Expand Down

0 comments on commit 58f8ffc

Please sign in to comment.