# Copy this file to .env and fill in your actual API keys

# Anthropic API Key (for Claude)
ANTHROPIC_API_KEY=your_anthropic_api_key_here

# OpenAI API Key (for embeddings)
OPENAI_API_KEY=your_openai_api_key_here

# Pinecone API Key (for vector storage)
PINECONE_API_KEY=your_pinecone_api_key_here

# Pinecone Index Name (optional - defaults to "infinite-context-index")
PINECONE_INDEX_NAME=your_custom_index_name_here
