Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and jfding committed May 28, 2024
1 parent 4b9c8ca commit 6a77de7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions helm-charts/common/redis-vector-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ $ helm install redis-vector-db redis-vector-db

## Values

| Key | Type | Default | Description |
| ------------------------------ | ------ | --------------------- | ---------------------- |
| image.repository | string | `"redis/redis-stack"` | |
| image.tag | string | `"7.2.0-v9"` | |
| service.port (redis-service) | string | `"6379"` | The redis-service port |
| service.port (redis-insight) | string | `"8001"` | The redis-insight port |
| Key | Type | Default | Description |
| ---------------------------- | ------ | --------------------- | ---------------------- |
| image.repository | string | `"redis/redis-stack"` | |
| image.tag | string | `"7.2.0-v9"` | |
| service.port (redis-service) | string | `"6379"` | The redis-service port |
| service.port (redis-insight) | string | `"8001"` | The redis-insight port |
14 changes: 7 additions & 7 deletions helm-charts/common/tei/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ MODELNAME="/data/BAAI/bge-base-en-v1.5"

## Values

| Key | Type | Default | Description |
| ----------------------------------- | ------ | ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Key | Type | Default | Description |
| ------------------ | ------ | ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| EMBEDDING_MODEL_ID | string | `"BAAI/bge-base-en-v1.5"` | Models id from https://huggingface.co/, or predownloaded model directory |
| hftei.port | string | `"80"` | Hugging Face Text Generation Inference service port |
| hftei.volume | string | `"/mnt/model"` | Cached models directory, tei will not download if the model is cached here. The "volume" will be mounted to container as /data directory |
| hftei.image | string | `"ghcr.io/huggingface/text-embeddings-inference"` | |
| hftei.tag | string | `"cpu-1.2"` | |
| service.port | string | `"80"` | The service port |
| hftei.port | string | `"80"` | Hugging Face Text Generation Inference service port |
| hftei.volume | string | `"/mnt/model"` | Cached models directory, tei will not download if the model is cached here. The "volume" will be mounted to container as /data directory |
| hftei.image | string | `"ghcr.io/huggingface/text-embeddings-inference"` | |
| hftei.tag | string | `"cpu-1.2"` | |
| service.port | string | `"80"` | The service port |

0 comments on commit 6a77de7

Please sign in to comment.