Skip to content

Commit

Permalink
Add compression level param to mapping (#483) (#484)
Browse files Browse the repository at this point in the history
(cherry picked from commit 551c705)

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 939d940 commit 3ff5eae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vectorsearch/indices/faiss-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
{%- if mode is defined %}
"mode": "{{ mode }}",
{%- endif %}
{%- if compression_level is defined %}
"compression_level": "{{ compression_level }}",
{%- endif %}
{%- if train_model_id is defined %}
"model_id": "{{ train_model_id }}"
{%- else %}
Expand Down

0 comments on commit 3ff5eae

Please sign in to comment.