-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.env
More file actions
33 lines (29 loc) · 1009 Bytes
/
template.env
File metadata and controls
33 lines (29 loc) · 1009 Bytes
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
# API Keys
OPENAI_API_KEY=sk-abcdefghijklmnopqrst
ACADEMIC_CLOUD_API_KEY=abcdefghijk
COHERE_API_KEY=abcdefghijk
GEMINI_API_KEY=abcdefghijk
EMBAPI_API_KEY=abcdefghijk
# EmbAPI Vector Database Configuration
API_USER=user
API_BASE_URL=https://foo.bar/embapi/v1/embeddings
# Project Names (for PROVIDER_PROJECT_MAPPING)
# These are the EmbAPI project handles for each embedding provider
PROJECT_OPENAI_LARGE=openai-large
PROJECT_OPENAI_SMALL=openai-small
PROJECT_E5_MISTRAL=e5-mistral
PROJECT_MULTILINGUAL_E5=multilingual-e5
PROJECT_QWEN3=qwen3
PROJECT_COHERE=cohere
PROJECT_GEMINI_SIMIL=gemini-simil
# LLM Instance Handles (for PROVIDER_INSTANCE_MAPPING)
# These are the EmbAPI LLM instance handles for each provider
INSTANCE_OPENAI_LARGE=openai-large
INSTANCE_OPENAI_SMALL=openai-small
INSTANCE_E5_MISTRAL=ac-e5-mistral
INSTANCE_MULTILINGUAL_E5=ac-multilingual-e5
INSTANCE_QWEN3=ac-qwen3
INSTANCE_COHERE=cohere-v4
INSTANCE_GEMINI=gemini-001
# Instance Owner (typically same as API_USER)
INSTANCE_OWNER=user