-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.default
41 lines (29 loc) · 1.21 KB
/
.env.default
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
RABBITMQ_HOST=localhost
RABBITMQ_USER=alkemio-admin
RABBITMQ_PASSWORD=alkemio!
RABBITMQ_PORT=5672
RABBITMQ_INGEST_BODY_OF_KNOWLEDGE_QUEUE=virtual-contributor-ingest-body-of-knowledge
RABBITMQ_INGEST_BODY_OF_KNOWLEDGE_RESULT_QUEUE=virtual-contributor-ingest-body-of-knowledge-result
RABBITMQ_EVENT_BUS_EXCHANGE=event-bus
API_ENDPOINT_PRIVATE_GRAPHQL='http://localhost:3000/api/private/non-interactive/graphql'
AUTH_ORY_KRATOS_PUBLIC_BASE_URL=http://localhost:3000/ory/kratos/public
LOG_LEVEL=debug
AZURE_OPENAI_ENDPOINT=https://alkemio-gpt.openai.azure.com
AZURE_OPENAI_API_KEY=<azure-open-ai-key>
LLM_DEPLOYMENT_NAME=deploy-gpt-35-turbo
EMBEDDINGS_DEPLOYMENT_NAME=embedding
AUTH_ADMIN_PASSWORD=master-password
VECTOR_DB_HOST=localhost
VECTOR_DB_PORT=8765
VECTOR_DB_CREDENTIALS='root:toor'
AZURE_MISTRAL_API_KEY=<azure-mistral-ai-key>
AZURE_MISTRAL_ENDPOINT=https://mistral-small-alkemio-serverless.swedencentral.inference.ai.azure.com
CHUNK_SIZE=9000
CHUNK_OVERLAP=500
LANGCHAIN_TRACING_V2=true
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY=<langchain-api-key>
LANGCHAIN_PROJECT=virtual-contributor-ingest-body-of-knowledge
SUMMARY_LENGTH=10000
BATCH_SIZE=20