Skip to content

Commit

Permalink
move config to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Justicea83 committed May 3, 2024
1 parent c55b960 commit c3c94db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .env-template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ DATABASE_URL=postgresql+psycopg2://postgres:postgres@db:5432
PYTHON_INTERPRETER_URL=http://localhost:8080
TAVILY_API_KEY=<API_KEY_HERE>
WOLFRAM_ALPHA_APP_ID=<APP_ID_HERE>
ELASTICSEARCH_HOST=<ELASTICSEARCH_HOST>
ELASTICSEARCH_INDEX=<YOUR_INDEX>

# DEPLOYMENTS
# To use the Toolkit, at least one deployment must be setup, the simplest
Expand All @@ -27,8 +29,4 @@ AZURE_CHAT_ENDPOINT_URL=<ENDPOINT URL>
USE_EXPERIMENTAL_LANGCHAIN=False

# Community features
USE_COMMUNITY_FEATURES='True'

# searching elastic search cluster
ELASTICSEARCH_HOST=
ELASTICSEARCH_INDEX=
USE_COMMUNITY_FEATURES='True'

0 comments on commit c3c94db

Please sign in to comment.