mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
Fixed pre commit
This commit is contained in:
parent
7034637cac
commit
df23e0c32f
8 changed files with 28 additions and 14 deletions
|
|
@ -89,15 +89,15 @@ See [Elasticsearch's documentation](https://www.elastic.co/docs/solutions/search
|
|||
|
||||
| Field | Type | Required | Default | Description |
|
||||
|-------|------|----------|---------|-------------|
|
||||
| `api_key` | `str \| None` | No | | The API key for the Elasticsearch instance |
|
||||
| `hosts` | `str \| None` | No | localhost:9200 | The URL of the Elasticsearch instance |
|
||||
| `persistence` | `llama_stack.core.storage.datatypes.KVStoreReference \| None` | No | | Config for KV store backend (SQLite only for now) |
|
||||
| `elasticsearch_api_key` | `str \| None` | No | | The API key for the Elasticsearch instance |
|
||||
| `elasticsearch_url` | `str \| None` | No | localhost:9200 | The URL of the Elasticsearch instance |
|
||||
| `persistence` | `KVStoreReference \| None` | No | | Config for KV store backend (SQLite only for now) |
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
```yaml
|
||||
hosts: ${env.ELASTICSEARCH_API_KEY:=None}
|
||||
api_key: ${env.ELASTICSEARCH_URL:=localhost:9200}
|
||||
elasticsearch_url: ${env.ELASTICSEARCH_URL:=localhost:9200}
|
||||
elasticsearch_api_key: ${env.ELASTICSEARCH_API_KEY:=}
|
||||
persistence:
|
||||
namespace: vector_io::elasticsearch
|
||||
backend: kv_default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue