-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.example
46 lines (35 loc) · 871 Bytes
/
env.example
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
APP_HOST=0.0.0.0
APP_PORT=8081
APP_ENVIRONMENT=local
LOGGER_URL=""
LOGGER_URL=INFO
######################## WRITE DATABASE #############################
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=password
DB_PORT=3306
DB_NAME=testing
######################## READ DATABASE #############################
DB_HOST_READ=localhost
DB_USER_READ=root
DB_PASSWORD_READ=password
DB_PORT_READ=3306
DB_NAME_READ=testing
HUGGING_FACE_EMBEDDING="sentence-transformers/all-mpnet-base-v2"
HUGGING_FACE_APIKEY=""
CHROMA_HOST=localhost
CHROMA_PORT=8000
USER_AGENT="MyLangChainApp/1.0 (meongbego@gmail.com)"
MISTRAL_API_KEY=""
MISTRAL_BASE="open-mistral-nemo"
REDIS_HOST=localhost
REDIS_PORT=6479
REDIS_PASSWORD="password"
REDIS_DB=8
OPENAI_APIKEY=""
OPENAI_MODEL="gpt-4o-mini"
RETRIEVER_TOPK=3
RETRIEVER_FETCHK=100
HF_TOKEN=""
QROQ_BASE="llama-3.3-70b-versatile"
GROQ_APIKEY=""