-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.template
More file actions
23 lines (20 loc) · 839 Bytes
/
env.template
File metadata and controls
23 lines (20 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Confluence API Configuration
CONFLUENCE_BASE_URL=https://your-confluence-instance.atlassian.net
CONFLUENCE_USERNAME=your-email@example.com
CONFLUENCE_API_TOKEN=your-api-token
# Azure Search Configuration
AZURE_SEARCH_ENDPOINT=https://your-search-service.search.windows.net
AZURE_SEARCH_INDEX_NAME=confluence-docs
AZURE_SEARCH_API_KEY=your-search-api-key
AZURE_SEARCH_SEMANTIC_CONFIG_NAME=default
AZURE_SEARCH_VECTOR_SEARCH_ENABLED=false
# AI Services (Optional)
ENABLE_SUMMARIZATION=false
AZURE_OPENAI_API_KEY=your-openai-api-key
AZURE_OPENAI_ENDPOINT=https://your-openai-service.openai.azure.com
AZURE_OPENAI_DEPLOYMENT_NAME=your-completion-deployment-name
AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME=text-embedding-3-large
AZURE_OPENAI_API_VERSION=2023-05-15
AZURE_OPENAI_MAX_TOKENS=500
# Processing Configuration
CACHE_DIRECTORY=.cache