raga-ai-hub--ragaai-catalyst
35c9fb2445
CI Pipeline / test (macos-latest, 3.12) (push) Has been cancelled
CI Pipeline / test (macos-latest, 3.13) (push) Has been cancelled
CI Pipeline / test (ubuntu-latest, 3.10) (push) Has been cancelled
CI Pipeline / test (ubuntu-latest, 3.11) (push) Has been cancelled
CI Pipeline / test (ubuntu-latest, 3.12) (push) Has been cancelled
CI Pipeline / code-quality (push) Has been cancelled
CI Pipeline / test (macos-latest, 3.10) (push) Has been cancelled
CI Pipeline / test (macos-latest, 3.11) (push) Has been cancelled
CI Pipeline / test (ubuntu-latest, 3.13) (push) Has been cancelled
CI Pipeline / test (windows-latest, 3.10) (push) Has been cancelled
CI Pipeline / test (windows-latest, 3.11) (push) Has been cancelled
CI Pipeline / test (windows-latest, 3.12) (push) Has been cancelled
CI Pipeline / test (windows-latest, 3.13) (push) Has been cancelled
12 行
359 B
Bash
12 行
359 B
Bash
# API Keys for services
|
|
OPENAI_API_KEY=your_openai_api_key
|
|
TAVILY_API_KEY=your_tavily_api_key
|
|
|
|
# RagaAI Catalyst configuration
|
|
CATALYST_ACCESS_KEY=your_catalyst_access_key
|
|
CATALYST_SECRET_KEY=your_catalyst_secret_key
|
|
CATALYST_BASE_URL=your_catalyst_base_url
|
|
|
|
# Project and dataset names for tracing
|
|
PROJECT_NAME=your_project_name
|
|
DATSET_NAME=your_dataset_name |