-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.28 KB
/
.env.example
File metadata and controls
28 lines (24 loc) · 1.28 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
# LangChain Docs Agent Environment Variables
# =============================================================================
# LLM Provider API Keys (at least one required)
# =============================================================================
ANTHROPIC_API_KEY=sk-ant-your_anthropic_api_key_here
OPENAI_API_KEY=sk-your_openai_api_key_here
XAI_API_KEY=your_xai_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
# =============================================================================
# Documentation Search (Mintlify)
# =============================================================================
MINTLIFY_API_URL=https://api-dsc.mintlify.com/v1/search/docs.langchain.com
MINTLIFY_API_KEY=mint_dsc_your_mintlify_api_key_here
# =============================================================================
# Pylon Knowledge Base
# =============================================================================
PYLON_API_KEY=pylon_api_key_here
PYLON_KB_ID=your_pylon_kb_id_here
# =============================================================================
# LangSmith - for tracing and monitoring
# =============================================================================
LANGCHAIN_TRACING_V2=true
LANGSMITH_API_KEY=lsv2_your_langsmith_api_key_here
LANGSMITH_PROJECT=docs-agent