Skip to content

Commit

Permalink
remove byte vector
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Aug 17, 2024
1 parent 3b9ddda commit 69b058b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/run-opensearch-byte-linux.yml

This file was deleted.

2 changes: 1 addition & 1 deletion run-opensearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"source": [
"def create_index(config, number_of_shards=1, number_of_replicas=0):\n",
" if config.quantization == \"byte\":\n",
" data_type = \"int8_hnsw\"\n",
" data_type = \"byte\"\n",
" else:\n",
" data_type = \"float\"\n",
" print(F\"Creating {config.index_name} with {data_type}... \", end=\"\")\n",
Expand Down

0 comments on commit 69b058b

Please sign in to comment.