-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG.txt
More file actions
44 lines (36 loc) · 2.02 KB
/
CONFIG.txt
File metadata and controls
44 lines (36 loc) · 2.02 KB
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
# Workshop Configuration
#
# IMPORTANT: For most labs, you only need to configure the Neo4j credentials below.
# All other settings have working defaults and do not need to be modified.
# =============================================================================
# Neo4j Aura Database (REQUIRED - fill in after Lab 1)
# =============================================================================
# Enter your credentials from Lab 1. These are shown once when you create your
# Aura instance - make sure you saved them!
NEO4J_URI=neo4j+s://xxxxxxxx.databases.neo4j.io
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=your_password_here
# =============================================================================
# ADVANCED LABS - The settings below do not need to be modified until Lab 6
# =============================================================================
# -----------------------------------------------------------------------------
# MCP Gateway (Advanced - Lab 5 AgentCore Gateway setup)
# -----------------------------------------------------------------------------
MCP_GATEWAY_URL=your-gateway-url-here
MCP_ACCESS_TOKEN=your-access-token-here
# -----------------------------------------------------------------------------
# AWS Bedrock Settings (Pre-configured - no changes needed)
# -----------------------------------------------------------------------------
MODEL_ID=global.anthropic.claude-sonnet-4-5-20250929-v1:0
EMBEDDING_MODEL_ID=amazon.titan-embed-text-v2:0
REGION=us-west-2
# Alternative Models (uncomment to use a different model)
# MODEL_ID=anthropic.claude-3-sonnet-20240229-v1:0
# MODEL_ID=us.anthropic.claude-3-sonnet-20240229-v1:0
# MODEL_ID=us.anthropic.claude-sonnet-4-5-20250929-v1:0
# -----------------------------------------------------------------------------
# Neo4j Aura Agent API (Advanced - Lab 8 Aura Agent setup)
# -----------------------------------------------------------------------------
NEO4J_CLIENT_ID=your-client-id-here
NEO4J_CLIENT_SECRET=your-client-secret-here
NEO4J_AGENT_ENDPOINT=your-agent-endpoint-here