-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into staging/deploy
- Loading branch information
Showing
12 changed files
with
45 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,97 @@ | ||
# REQUIRED VARIABLES | ||
|
||
NEXT_PUBLIC_API_HOSTNAME=http://localhost:8000 | ||
DATABASE_URL=postgresql+psycopg2://postgres:postgres@db:5432 | ||
|
||
# Migrate access token, used to authenticate requests to the migrate endpoint. | ||
|
||
# You can generate it using some random string generator. | ||
|
||
MIGRATE_TOKEN=<MIGRATE_TOKEN> | ||
|
||
# TOOLS | ||
|
||
PYTHON_INTERPRETER_URL=http://terrarium:8080 | ||
TAVILY_API_KEY=<API_KEY_HERE> | ||
WOLFRAM_APP_ID=<APP_ID_HERE> | ||
|
||
# CORAL WEB | ||
|
||
NEXT_PUBLIC_HAS_CUSTOM_LOGO=false | ||
NEXT_PUBLIC_DARK_MODE=false | ||
|
||
# DEPLOYMENTS | ||
|
||
# To use the Toolkit, at least one deployment must be setup, the simplest | ||
|
||
# being the Cohere Platform. See the README.md for more details. | ||
|
||
# 1 - Cohere Platform | ||
# 1 - Cohere Platform | ||
|
||
COHERE_API_KEY=<API_KEY_HERE> | ||
|
||
# 2 - SageMaker | ||
|
||
SAGE_MAKER_ACCESS_KEY=<ACCESS KEY> | ||
SAGE_MAKER_SECRET_KEY=<SECRET KEY> | ||
SAGE_MAKER_SESSION_TOKEN=<SESSION TOKEN> | ||
SAGE_MAKER_REGION_NAME=<REGION NAME> | ||
SAGE_MAKER_ENDPOINT_NAME=<ENDPOINT NAME> | ||
|
||
# 3 - Azure | ||
|
||
AZURE_API_KEY=<API KEY> | ||
AZURE_CHAT_ENDPOINT_URL=<ENDPOINT URL> | ||
|
||
# 4 - Bedrock | ||
|
||
BEDROCK_ACCESS_KEY=<ACCESS KEY> | ||
BEDROCK_SECRET_KEY=<SECRET KEY> | ||
BEDROCK_SESSION_TOKEN=<SESSION TOKEN> | ||
BEDROCK_REGION_NAME=<REGION NAME> | ||
|
||
# Experimental features | ||
# Experimental features | ||
|
||
USE_EXPERIMENTAL_LANGCHAIN=False | ||
USE_AGENTS_VIEW=False | ||
|
||
# Community features | ||
|
||
USE_COMMUNITY_FEATURES='True' | ||
|
||
# For setting up authentication, see: docs/auth_guide.md | ||
|
||
AUTH_SECRET_KEY=<See auth.guide.md on how to generate a secure one> | ||
|
||
# Required for specifying OAuth Redirect URI | ||
|
||
FRONTEND_HOSTNAME=http://localhost:4000 | ||
NEXT_PUBLIC_FRONTEND_HOSTNAME=${FRONTEND_HOSTNAME} | ||
|
||
# Redis | ||
|
||
REDIS_URL=redis://:redis@redis:6379 | ||
|
||
# Google OAuth | ||
# Google OAuth | ||
|
||
GOOGLE_CLIENT_ID=<GOOGLE_CLIENT_ID> | ||
GOOGLE_CLIENT_SECRET=<GOOGLE_CLIENT_SECRET> | ||
|
||
# OpenID Connect | ||
|
||
OIDC_CLIENT_ID=<OIDC_CLIENT_ID> | ||
OIDC_CLIENT_SECRET=<OIDC_CLIENT_SECRET> | ||
OIDC_WELL_KNOWN_ENDPOINT=<OIDC_WELL_KNOWN_ENDPOINT> | ||
|
||
# Compass | ||
|
||
COHERE_COMPASS_USERNAME= | ||
COHERE_COMPASS_PASSWORD= | ||
COHERE_COMPASS_API_URL= | ||
COHERE_COMPASS_PARSER_URL= | ||
|
||
# Google Drive | ||
|
||
GOOGLE_DRIVE_CLIENT_ID= | ||
GOOGLE_DRIVE_CLIENT_SECRET= | ||
NEXT_PUBLIC_GOOGLE_DRIVE_CLIENT_ID=${GOOGLE_DRIVE_CLIENT_ID} | ||
NEXT_PUBLIC_GOOGLE_DRIVE_DEVELOPER_KEY= | ||
NEXT_PUBLIC_GOOGLE_DRIVE_DEVELOPER_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters