forked from microsoft/rag-experiment-accelerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.template
48 lines (39 loc) · 1.34 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# For more information on environment variables, please refer to the documentation in ./docs/environment-variables.md
#### Azure Search Service
AZURE_SEARCH_SERVICE_ENDPOINT=
AZURE_SEARCH_ADMIN_KEY=
AZURE_SEARCH_USE_SEMANTIC_SEARCH="True"
#### OpenAI
OPENAI_API_KEY=
# Must be 'azure' or 'open_ai'
OPENAI_API_TYPE=
##### Azure OpenAI
# Required when OPENAI_API_TYPE is set to 'azure'
OPENAI_ENDPOINT=
OPENAI_API_VERSION=
#### Azure Machine Learning
AML_SUBSCRIPTION_ID=
AML_WORKSPACE_NAME=
AML_RESOURCE_GROUP_NAME=
#### Azure Document Intelligence
AZURE_DOCUMENT_INTELLIGENCE_ENDPOINT=
AZURE_DOCUMENT_INTELLIGENCE_ADMIN_KEY=
############
# OPTIONAL
############
#### Azure Search Skillsets
AZURE_LANGUAGE_SERVICE_ENDPOINT=
AZURE_LANGUAGE_SERVICE_KEY=
#### Multithreading
# Uncomment and set the maximum number of worker threads to use.
# By default (if left commented) it to be optimized by number of CPU cores
#MAX_WORKER_THREADS=1
# One of: NOTSET, DEBUG, INFO, WARN, ERROR, CRITICAL. Default is INFO
# LOGGING_LEVEL=
## If you're planning to run the pipeline on AML cluster
# Name of the compute cluster to use for the Azure Machine Learning pipeline: fill in if you are planning to run on AML cluster
# AML_COMPUTE_NAME=
# Maximum number of instances in the compute cluster
# AML_COMPUTE_INSTANCES_NUMBER=
# Azure Key Vault endpoint
# AZURE_KEY_VAULT_ENDPOINT=