Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENSEARCH_HOSTS | No | The hosts for the OpenSearch cluster, e.g., https://localhost:9200 | |
| ELASTICSEARCH_HOSTS | No | The hosts for the Elasticsearch cluster, e.g., https://localhost:9200 | |
| OPENSEARCH_PASSWORD | No | The password for OpenSearch authentication | |
| OPENSEARCH_USERNAME | No | The username for OpenSearch authentication | |
| ELASTICSEARCH_PASSWORD | No | The password for Elasticsearch authentication | |
| ELASTICSEARCH_USERNAME | No | The username for Elasticsearch authentication | |
| OPENSEARCH_VERIFY_CERTS | No | Whether to verify certificates for OpenSearch connections (e.g., 'false') |
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 | |