You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.4 KiB
43 lines
1.4 KiB
# Production Environment Configuration
|
|
|
|
# Application Settings
|
|
DEBUG_MODE=false
|
|
HOST=0.0.0.0
|
|
PORT=8081
|
|
|
|
# ---------------- Model Settings ----------------
|
|
# BASE URLS
|
|
API_URL=https://gpt.nwhco.ir
|
|
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
|
|
|
|
# API KEYS
|
|
MEGALLM_API_KEY=sk-mega-7bc75715897fcb91a7965f0d32347d44bc4bbd7f75225d7ca4c775059576843e
|
|
OPENROUTER_API_KEY=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
|
|
|
|
# ---------------- Vector DB Settings ----------------
|
|
QDRANT_HOST=88.99.212.243
|
|
QDRANT_PORT=6333
|
|
QDRANT_API_KEY=e9432295b3541bb2d50593zbsacas222xzk
|
|
|
|
# ---------------- Database Settings ----------------
|
|
DB_USER=pg-user
|
|
DB_NAME=imam-javad
|
|
DB_PASSWORD=f1hd484fgsfddsdaf5@4d392js1jnx92
|
|
DB_PORT=5575
|
|
DB_HOST=88.99.212.243
|
|
|
|
|
|
# ---------------- Enbeddings Settings ----------------
|
|
BASE_COLLECTION_NAME=dovoodi_collection
|
|
EMBEDDER_MODEL=all-MiniLM-L6-v2
|
|
RERANKER_MODEL=jina-reranker-v3
|
|
EMBEDDER_DIMENSIONS=384
|
|
JINA_API_KEY=jina_04dfa26cdf724e2dacee1be256f93afbWBUebOzdFcDBWErlq16xwWQVwkOM
|
|
OPENAI_API_KEY=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
|
|
|
|
|
|
# ---------------- LANGFUSE Settings ----------------
|
|
LANGFUSE_SECRET_KEY=sk-lf-a0ffa718-1de5-42e5-bebc-b7cc59fc1d70
|
|
LANGFUSE_PUBLIC_KEY=pk-lf-9d769bac-1443-439f-9398-4384768614eb
|
|
LANGFUSE_BASE_URL=http://langfuse-server:3000
|
|
LANGFUSE_DB_URL=postgresql://${DB_USER}:f1hd484fgsfddsdaf5%404d392js1jnx92@${DB_HOST}:${DB_PORT}/langfuse
|