File size: 503 Bytes
7602502 3fac7d8 7602502 3fac7d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Pinecone Configuration
# Get your API key from https://app.pinecone.io/
PINECONE_API_KEY=your_api_key_here
PINECONE_INDEX_NAME=common-core-standards
PINECONE_NAMESPACE=standards
# Hugging Face Configuration
# Get your token from https://huggingface.co/settings/tokens
# Required for chat interface Inference API access
HF_TOKEN=your_huggingface_token_here
# Note: MCP_SERVER_URL is not needed since we call functions directly
# The MCP server is automatically exposed by Gradio when mcp_server=True
|