Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COHERE_API_KEY | No | Cohere API key for using Cohere embedding provider | |
| OPENAI_API_KEY | No | OpenAI API key for using OpenAI embedding provider | |
| PAMPA_BENCH_BM25 | No | Enable or disable BM25 candidate generation in benchmark | |
| PAMPA_BENCH_MODES | No | Limit benchmark to specific modes (e.g., 'base,hybrid') | |
| PAMPA_ENCRYPTION_KEY | No | 32-byte encryption key in base64 or hex format for encrypting chunk bodies at rest using AES-256-GCM | |
| PAMPA_MOCK_RERANKER_TESTS | No | Enable mock reranker tests (enabled by default inside the benchmark harness) | 1 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |